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

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

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

ソリューションへジャンプ
1,326件の閲覧回数
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,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.

元の投稿で解決策を見る

5 返答(返信)
1,298件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

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

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

Hello

Sorry, here is the picture I mentioned before.

SimonLiu_0-1725410782093.png

 

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

Yes, correct.