cancel
Showing results for 
Search instead for 
Did you mean: 

Where are the parity bits for memory protection stored? Is it possible to access them?

J_fet
Associate II

Hello Community,

I am using STM32L432KC. This MCU has parity bit protection for 16Kb of SRAM2 memory.

Where are the memory's parity bits stored? Is it possible to access them?

In the manuals explanations are quite short, just describing basic stuff. Are there any detailed explanations about SRAM memories with parity bits protection ? 

Best regards.

4 REPLIES 4
Uwe Bonnes
Principal II

No, parity is only handled internal. No official way to access these bits.

>>Where are the memory's parity bits stored? Is it possible to access them?

The array is presumably widened to accommodate the extend bit line.

You might want to probe your local FAE for details/specifics.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks Uwe for the fast answer...do you know maybe if there is another MCUs from STM family with this feature.

I will definitely try, thanks for the advice !