Tool/software:
Hi,
We are using MSP430F5437A. and interfaced with EEPROM M24M02-DWMN3TP/K via I2C interface.
This EEPROM, takes 5 msec for page write. and it will be triggered after sending stop condition.
So once stop condition is given, it will start internal write cycle. and it takes maximum 5 msec.
If I give 5 msec delay between I2C operations, write/read operations is working successfully.
but we dont want to wait 5 msec. and we want to poll for ack flag as suggested by EEPROM data sheet. Could you please which flag to poll? we see only NACK flag. but no ACK flag available.
attaching screen shot of EEPROM suggested way
