Page 1 of 1

EEPROM usage

PostPosted: Sun Feb 23, 2014 9:09 pm
by andrewdlindsay
Hi Guys,

I'm looking for some local storage on the WiFiDIPCortex to store some configuration info. On other mbed boards, such as the 1768, there is the local filesystem which is not available on this board. I saw the spec says 4Kb eeprom. How do I use this? I see its on the processor itself.

I've had a search through the mbed site and cant see anything obvious so asking if anyone here has used it before. If not then I'll have a look through the datasheet for the LPC1347.

Cheers

Andrew

Re: EEPROM usage

PostPosted: Sun Feb 23, 2014 9:17 pm
by Carl-SolderSplash
I'll look at writing an mbed example for you. i've used the eeprom with lpcxpresso it is pretty simple, using the rom functions.

Re: EEPROM usage

PostPosted: Sun Feb 23, 2014 11:08 pm
by Carl-SolderSplash
I've quickly ported the NXP IAP code,

the library is here : http://mbed.org/users/SolderSplashLabs/ ... ex-EEprom/

and an Example using USB CDC is here : http://mbed.org/users/SolderSplashLabs/ ... SB-EEProm/

It's all C, copy and pasted from the NXP example. Could be tidied up a lot.