Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
How to read/write a variable in the EEPROM memory
Hi,
I have the LPCXpresso1549 and I need to write a variable in the EEPROM and later read it. I have readed that I can use IAP commands to do it but I'm very lost.
Someone knows how to read/write in the EEPROM???
1 Answer
9 years, 8 months ago.
There is a wrapper for the IAP for the flash and the EEPROM on several NXP parts. http://developer.mbed.org/users/okano/code/IAP/
Currently it looks like it doesn't support the 1549 but looking at the code it may just be a case of adding the correct memory ranges to the #defines
If nothing else it's a starting point.