Flash memory testing

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

Flash memory testing

2,206 Views
Aaran
Contributor I

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

0 Kudos
Reply
3 Replies

2,183 Views
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 Kudos
Reply

2,168 Views
Aaran
Contributor I

Thanks Jun Zhang,

For MPC5566

0 Kudos
Reply

2,162 Views
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 Kudos
Reply