What is MISR and how to calculate MISR?

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

What is MISR and how to calculate MISR?

跳至解决方案
3,673 次查看
allenlw
Contributor III

From the document of the SSD for C55 flash, I know MISR is a struct that include ten uint32 type parameter. But I dont know what is MISR and how to calculate it ?

标签 (1)
0 项奖励
回复
1 解答
3,284 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Flash array integrity check is a safety feature implemented in order to detect possible latent faults affecting the flash array or the logic involved in read operations (e.g. sense amplifiers, column muxes, address decoder, voltage/timing references).
It uses MISR value calculated above the whole or specified part of internal flash memory. This checksum value is being calculated with the tool included in the flash driver folder (MISR_C55.exe). If properly configured, flash array integrity check is done during runtime.

Here you may find example code (you haven't specified used device, the example is prepared for MPC5744P, other examples you may possibly find on the link at the very bottom):

Example MPC5744P FlashArrayIntegrityCheck test SSD GHS614 

https://community.nxp.com/docs/DOC-329623 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
3,285 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Flash array integrity check is a safety feature implemented in order to detect possible latent faults affecting the flash array or the logic involved in read operations (e.g. sense amplifiers, column muxes, address decoder, voltage/timing references).
It uses MISR value calculated above the whole or specified part of internal flash memory. This checksum value is being calculated with the tool included in the flash driver folder (MISR_C55.exe). If properly configured, flash array integrity check is done during runtime.

Here you may find example code (you haven't specified used device, the example is prepared for MPC5744P, other examples you may possibly find on the link at the very bottom):

Example MPC5744P FlashArrayIntegrityCheck test SSD GHS614 

https://community.nxp.com/docs/DOC-329623 

0 项奖励
回复
3,284 次查看
allenlw
Contributor III

Thanks, David. I already have the flash driver folder that include the MISR_C55.exe. I will check this example later.

0 项奖励
回复