Is it possible to force parity errors on SRAM2 on STM32L4xx?
I want to test the code to handle SRAM2 parity errors, is there any way to force a parity error to test the code?
When a write is made the 36 (32+4) bits are updated, is there a way to update only the 32 bits or the 4 parity bits?
Or is it possible to deactivate parity check, write a value to SRAM2 (in this case it will not update the 4 parity bits, right?), activate parity check and then read the memory position?
Thanks!
Fernando
