Help on how to test RAM parity test for STM32F091VB micro controller.
Hi I am working on STM32F091VB micro controller in one of my project. I need to test RAM parity check in STM32. Right now i am able to enable RAM parity check in option byte and while running the code i can monitor 'SRAM_PEF' bit in SYSCFG_CFGR2 register as 0 (If RAM parity test is pass) or 1 (If RAM parity test id failed).
Issue is by default 'SRAM_PEF' is failed and i need a test method to do in code to check RAM parity test failure. Can any body help me to suggest a method to make the test fail and verify that RAM parity is working fine or not.
