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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I need to store about 15 bytes of data in Non-Volatile Memory (NVM) (ie, the memory does not get erased after a power cycle). I noticed that the LPC1768 does not have any EEPROM. I could add an SD Card but not really up to that if there is an easier way.
Is there any NVM on the 1768 MBED? I was thinking that I could create a small file on the virtual disk where the MBED program is stored. Is that area of memory accessible to the program that is running? Any sample code or other ideas?
Thanks.