This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I was able to communicate with the SN65DSI85 EVM using I2C address 0x2D and now I am trying to communicate using the I2C from a microcontroller. I get an io bus address failure when I use 0x2D as the I2C address. Can you confirm?The datasheet (sec 7.5.1 Local I2C interface overview) mentions that the Addr = 1, the address cycle is 0x5A (write) and 0x5B (read) but I dont set these address with Aardvark and I am able to read correctly from the EVM. Can you confirm if I'm missing something?
Thanks
Ranga
Hi Ranga,
What microcontroller are you using? Can you try selecting the other target address?
Regards,
I.K.
Hi I.K.,
We have an internal tool where I can use send commands from PC through USB and the ARM micro controller (TI LM3S9B96_BGA108) would send the commands through I2C to the EVM.
Thanks
Ranga