Flash memory testing

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

Flash memory testing

2,361 次查看
Aaran
Contributor I

How to perform memory testing for flash memory? Is there any algorithm to perform flash memory test?

0 项奖励
回复
3 回复数

2,338 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

HI

Could you please let us know your chip part number and CodeWarrior version thus we can assign right engineer for your question? 

Thanks,

Jun Zhang

0 项奖励
回复

2,323 次查看
Aaran
Contributor I

Thanks Jun Zhang,

For MPC5566

0 项奖励
回复

2,317 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

In case of MPC5566, there are no features like Flash Array Integrity Check or CRC module which can be found on newer devices. There’s only ECC which helps to check data integrity.

So, there are two points:

- handle possible ECC errors as required. We have this application note:

https://www.nxp.com/docs/en/application-note/AN5200.pdf

https://www.nxp.com/docs/en/application-note-software/AN5200SW.zip

- you can implement own SW check of data/code in flash. Read the flash areas you need and calculate own checksum/crc by software and then check the result.

Regards,

Lukas

0 项奖励
回复