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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,321 Views
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 Kudos
Reply
1 Solution
1,202 Views
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.

View solution in original post

5 Replies
1,293 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply
1,288 Views
Simon-Liu
Contributor V

Hello

Sorry, here is the picture I mentioned before.

SimonLiu_0-1725410782093.png

 

0 Kudos
Reply
1,203 Views
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,189 Views
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 Kudos
Reply
1,163 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, correct.