EEPROM LOST OR FAIL

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

EEPROM LOST OR FAIL

2,245件の閲覧回数
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,153件の閲覧回数
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,214件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

Could you specify used product?

0 件の賞賛
返信

2,206件の閲覧回数
PINKMAN
Contributor III

S32K116

0 件の賞賛
返信

2,240件の閲覧回数
PINKMAN
Contributor III
when failed ,we found the eeprom data is 0
0 件の賞賛
返信