What is MISR and how to calculate MISR?

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

What is MISR and how to calculate MISR?

ソリューションへジャンプ
3,675件の閲覧回数
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,286件の閲覧回数
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,287件の閲覧回数
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,286件の閲覧回数
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 件の賞賛
返信