Save a 50 element float array in memory to use even after a power down

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Save a 50 element float array in memory to use even after a power down

612 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by emielzij on Thu Jan 15 06:25:28 MST 2015
Hi,

I want to save some calibration data. Which exists of 50 float variables in an array.
It is possible to read the values once and program them manually in flash memory with my code but this is not very practical.

Unfortunately there is no eeprom on the LPC11C24. What are the possibilities to save this data somewhere that it is still available after power is lost. The pcb is already been made so an external eeprom is not an option anymore.

Regards,
Emiel
0 Kudos
Reply
1 Reply

591 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Thu Jan 15 06:33:23 MST 2015

Quote: emielzij
What are the possibilities to save this data somewhere...



...in Flash  :O

http://www.lpcware.com/content/blog/application-programming-iap-code-example
0 Kudos
Reply