Persistent Storage

21 Oct 2010

I've been used to using PICs and they all seem to have a small area of EEPROM for persistent storage, I've seen the Config library but that seems to store data on the mbed interface's flash. Is there a suitable equivalent for the LPC1768 without recourse to external devices? Can I use a section of the program flash and write back to it?

 

TIA Pete

21 Oct 2010

Yes, you can use a part of internal flash for your own data. Search the forums for "IAP" (In-application programming).

22 Oct 2010

Thanks :)