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

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

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

ソリューションへジャンプ
1,342件の閲覧回数
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,223件の閲覧回数
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,314件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

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

0 件の賞賛
返信
1,309件の閲覧回数
Simon-Liu
Contributor V

Hello

Sorry, here is the picture I mentioned before.

SimonLiu_0-1725410782093.png

 

0 件の賞賛
返信
1,224件の閲覧回数
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,210件の閲覧回数
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,184件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, correct.