Hi i am working on a program where i need to store variables and arrays in internal eeprom so that after reset of MCU i cn access them and again rewrite them
i am using lpc2134 controller. need a sample code for storing variable to internal eeprom
Hi,
The LPC2134 device doesn’t have internal EEPROM. It has internal Flash with In-Application-Programming (IAP) capabilities, that could be used for storing non-volatile variables.
For additional details regarding this you could refer to application note AN10256 "Using IAP for LPC2000 Arm devices” at the following link:
https://www.nxp.com/docs/en/application-note/AN10256.pdf
Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------