Hi!
I'm using the microcontroller of LPC15xx series.
I am thinking of writing and reading EEPROM using the following function.
Chip_EEPROM_Write
Chip_EEPROM_Read
I have some question about this function.
Q1)
Is it correct to understand that the EEPROM has been write or read when the processing of this function is completed normally?
Q2)
If the answer to Q1 is No, how much wait does the software need for write and read?
Best regards
mountain777