Page 1 of 1

I2C on TD1205

Posted: Thu Jan 21, 2016 11:54 am
by DamTyb
Hello,

I am currently working on a TD1205 module and would like to add an I2C component.

Unfortunately, there is only UART on the TD1205.
It seems I could still reconfigure the TX/RX pins and mybe reuse the code in em_i2c.c, changing the low level calls to the I2C peripheral.
I am wondering if this is a real good idea, or if I am running straight into troubles ?
Any input would be greatly appreciated !

Kind regards,
Damien

Re: I2C on TD1205

Posted: Thu Jan 21, 2016 1:14 pm
by lcheminade
Hi,

I thinks the I2C is on the leds. If you don't need them you may be able to use standard code.

Regards