How to use the S32K344 analog EEPROM

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

How to use the S32K344 analog EEPROM

293 Views
shunyizhang
Contributor III

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 Kudos
1 Reply

263 Views
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.

Tags (1)
0 Kudos