Dear team:
My program is modified based on the i2c_eeprom routine provided by Ti.
When using the write by page function, I can only write 14 bytes of data + 2 bytes of address at a time. If the data exceeds 14 bytes, the interrupt cannot be entered and the write fails. However, the EEPROM I use can write 32 bytes of data per page. Is this problem due to the FIFO interrupt used by the routine, and the FIFO buffer can only be 16 bytes? How do I need to configure to write 32 bytes per page?
Best regards