How to use the S32K344 analog EEPROM

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

How to use the S32K344 analog EEPROM

1,270 次查看
shunyizhang
Contributor IV

shunyizhang_0-1703660498704.png

Is there a more detailed document about this part of the data? At present, I am using S32K344, and a lot of data needs to be stored and updated in use. Since internal flash has an erasable life, it is not practical to use internal flash directly, so consider using EEPROM to avoid this problem.

 

0 项奖励
回复
1 回复

1,240 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

EEPROM emulation is quite well described in following appnote:
https://www.nxp.com/docs/en/application-note/AN4868.pdf

These are written for different devices and there are some differences in used terminology, but the principle is the same.

EEPROM emulation drivers that are part of RTD driver package (FEE driver). It is proven solution and it basically spreads programmed data content over the whole data flash in order to prevent wearing out of particular flash portions. Otherwise endurance limit (number of program/erase cycles) would be early achieved and data content could be damaged.

标记 (1)
0 项奖励
回复