Hi,
I want to confirm a I2C programing. (I'm using 6748/L138)
I saw the I2C tips wiki page.
http://processors.wiki.ti.com/index.php/I2C_Tips
I have one question about "Back-to-Back Transfers" on this page.
if we do multiple transfers in a row by I2C,
- We must have some amount of delay between the transfers.
or We must poll for I2CMDR.MST=0 before you attempt to initiate the next START condition.
Am I right?
This specifications, I didn't find it in I2C UG. Also, A sample code of EVM didn't care in this specs. Why?
Thanks in advance for your help.
-Takao