ECC Flash Error

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

ECC Flash Error

跳至解决方案
1,288 次查看
rijil_kp
Contributor III

How to generate an interrupt notification upon the report of an ECC flash error,?.

Is there any configurations available in EB Tresos for this?.

0 项奖励
1 解答
1,253 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello,

You can refer to here: https://community.nxp.com/t5/S32K/S32K-ECC-error/m-p/878734 and here: https://www.nxp.com/docs/en/application-note/AN12522.pdf Basically, the ECC will be reported when the FLS read failed while checking the checksum value.

在原帖中查看解决方案

3 回复数
1,267 次查看
rijil_kp
Contributor III

When will the double bit ECC error for Flash is set?. Will it set if there is a checksum fault in flash?.

0 项奖励
1,254 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello,

You can refer to here: https://community.nxp.com/t5/S32K/S32K-ECC-error/m-p/878734 and here: https://www.nxp.com/docs/en/application-note/AN12522.pdf Basically, the ECC will be reported when the FLS read failed while checking the checksum value.

1,279 次查看
namnguyenviet
NXP Employee
NXP Employee

Hello @rijil_kp,

Any single-bit ECC errors are automatically corrected, and any double-bit ECC errors are reflected onto FERSTAT[DFDIF] flag at the read access from Data Flash or Program Flash. This double-bit ECC error is reported by bus fault/hard fault handler. There isn't any configuration for report the ECC flash error in EB Tresos, unfortunately.

Best Regards,

Nam