2022-10-20 01:11 PM
Hello,
I want to test some code (including the exception handler for parity error) that kicks in when a parity error gets detected by the micro. But how can I induce a parity error?
The processor is stm32f0x8.
Solved! Go to Solution.
2022-10-20 01:26 PM
Read out unwritten data after powerdown/powerup. It's not guaranteed to throw parity error, but chances are that it will.
JW
2022-10-20 01:26 PM
Read out unwritten data after powerdown/powerup. It's not guaranteed to throw parity error, but chances are that it will.
JW
2022-10-21 06:13 AM
Thank you for your reply JW, I will try it. If you or any one else know of any other method, please let me know.
Thanks.