S32K344-How to implement [detect one bit errors without correction]

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

S32K344-How to implement [detect one bit errors without correction]

跳至解决方案
1,325 次查看
Simon-Liu
Contributor V

Hello

I saw the description in the following figure in the file [S32K3xx Safety Manual]. How is [detect one bit errors without correction] implemented?

 

BestRegards,

Simon

0 项奖励
回复
1 解答
1,206 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

In the RM, it is not explicitly defined which ECC SECDEC (single error correction, double error detection) variant is used, however it is clear that this code is capable to detect single bit error in the address.

在原帖中查看解决方案

5 回复数
1,297 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Could you point out which figure you have on your find?

0 项奖励
回复
1,292 次查看
Simon-Liu
Contributor V

Hello

Sorry, here is the picture I mentioned before.

SimonLiu_0-1725410782093.png

 

0 项奖励
回复
1,207 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

In the RM, it is not explicitly defined which ECC SECDEC (single error correction, double error detection) variant is used, however it is clear that this code is capable to detect single bit error in the address.

1,193 次查看
Simon-Liu
Contributor V

Hi @davidtosenovjan 

So what this means is that the ECC for data is 1-bit correction. The ECC for address is 1-bit detection without correction?

 

BestRegards,

Simon

0 项奖励
回复
1,167 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, correct.