MPC5744P

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

MPC5744P

1,129件の閲覧回数
Ellison
Contributor I

Now I use MPC5744P chip, how to detect and handle ECC error of Dflash? I tried to make ECC in Dflash and Pflash respectively. When ECC is made in Pflash, MEMU module can detect it and will enter IVOR1, but when ECC is made in Dflash, it will not.

0 件の賞賛
返信
1 返信

1,121件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

ECC event reporting on data flash accesses is disabled. On multi-bit ECC event, the corrupted read data is replaced with a fixed, ECC-clean illegal opcode value (on this device 0xFFFF_FFFF).

Pay attention to following appnote, section 3.4.2:

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

 

Even though 0xFFFF_FFFF is returned value, the ECC error will be caught in flash registers, so user can check whether read value is 0xFFFF_FFFF or it is ECC multibit error.

0 件の賞賛
返信