Part Number: TMS320C6748
Tool/software: Code Composer Studio
Does I2C_Slave_lcdkOMAPL138_c674xTestProject project support I2C slave mode?
As in the example, the SCL, SDA, and GND hardware pins are connected, and the current counterpart, the master, sends the address.
However, since the NACK signal does not come, data is not transmitted later.
In the example code, proceed to I2C master slave test master in non-dma interrupt mode, and of course, the slave addresses matched each other.
Line 436, transferOK = I2C_transfer (i2c, & transaction);
The transfer function waits indefinitely. (The data is continuously transferred from the partner board.)
In the example project, except for the slave address, almost nothing has changed. What is the problem?
If you look at the 5.6 I2C Driver in the TI-RTOS 2.20 User's Guide guide, it says that it does not support I2C slave mode.
Does TMS320C6748 TI-RTOS support I2C slave mode?