EEPROM LOST OR FAIL

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

EEPROM LOST OR FAIL

2,365 次查看
PINKMAN
Contributor III

hello,experts:

    We are updating the APP via UDS protocol and recording the number of updates in the EEPROM, we have executed it more than 3000 times in total with one failure in between. The last read count is only about 800 times, we suspect that the EEprom has failed to write due to some factor resulting in data loss, what are the factors that may cause the EEPROM to lose or fail?

0 项奖励
回复
4 回复数

2,273 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

In general ECC error in FLASH may have following reason:
- Unexpected reset during flash erase or flash program operation
- Wear out of particular flash sector = number of program/erase cycles that device’s flash is capable to withstand is exceeded (in practice, real endurance is greater than specified minimum).
- Over-programming of particular flash area that is programming without erasing. It is basically software fault.
- Soft error (radiation, electro-magnetic interference, or electrical noise) during reading or executing from flash memory

As EEEPROM state machine is autonomous, over-programming does not happen.
Unexpected reset is typical reason of loosing data, EEEPROM is capable to restore previous data.

0 项奖励
回复

2,334 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Could you specify used product?

0 项奖励
回复

2,326 次查看
PINKMAN
Contributor III

S32K116

0 项奖励
回复

2,360 次查看
PINKMAN
Contributor III
when failed ,we found the eeprom data is 0
0 项奖励
回复