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.

Sending multiple bytes in one transmission via I2C using F28069

Hi all,

I am using F28069 to send multiple bytes data in one transmission via I2C.

Here is what I want:

Send START condition, SLAVE address, EEPROM address High, EEPROM address low, 64 bytes, STOP condition.

When I look at the reference guide. It shows the I2C's FIFO is only 4*16 bit size. How can I send 64 bytes data before the I2C module generates a STOP condition.

Thanks

Fei