Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE
Dear team:
When using the C2000 library function, my customer found that the hardware I2C does not seem to be a function for the host to send ACK signal.
I2C_getData(I2CA_BASE);
If the above function is called to read I2C messages, the hardware will automatically send a NACK.

But the time sequence my customer needs is continuous reading:

After receiving, an ACK signal should be sent until it is accepted and calls the "i2c_sendnack (i2ca_base);" function. But now as soon as the information is read, the hardware will automatically send a NACK signal.
Best regards