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,327 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,208 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,299 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

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

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

Hello

Sorry, here is the picture I mentioned before.

SimonLiu_0-1725410782093.png

 

0 Kudos
Reply
1,209 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,195 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,169 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, correct.