Content originally posted in LPCWare by pletmein on Fri Sep 14 12:53:38 MST 2012
I am looking for a way to set the EEPROM during the initial programming of an LPC11EXX. (or anything really).
Here's my idea, let me know if you know a better way or an obvious issue with what I'm thinking.
Since there is no ISP command to write to EEPROM, after I program the LPC11Exx I would then use the ISP to load an unused sector of flash with code that uses IAP commands write the desired default values to EEPROM. Then send the ISP command to run this code.
Any suggestions/comments will be appreciated.