Part Number: TMS320F28035
Tool/software: Code Composer Studio
Hello,
Can anyone help me with read function? I am trying to read tmp 100.
SO I have to send address and Read back tmp registers.
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.
Part Number: TMS320F28035
Tool/software: Code Composer Studio
Hello,
Can anyone help me with read function? I am trying to read tmp 100.
SO I have to send address and Read back tmp registers.
Sagar,
I am not sure why this is not working. It works for me...
per your other thread, have you verified the clocks are correct?
I have uploaded a simple .c file that is basic external loopback between a master and a slave I2C on the same device. There is no interrupts, NACK, or other error detection here, but the initialization and simple Master TX, Master RX, Slave TX, and Slave RX code exists in a very short loop.
/cfs-file/__key/communityserver-discussions-components-files/171/I2CMasterToSlave.c
Let me know if this helps out.