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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

642 次查看
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 项奖励
回复
1 回复

621 次查看
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 项奖励
回复