2024-08-07 08:51 AM
Hi ,
I am working on to implement functionality to detect flash 2 bit ECC error. To test my implementation followed below method in STM32U5 reference manual. With this method, I am able to generate flash 2 bit ECC error.
However I have following observations
Is this is expected behavior. Please clarify.
Regards,
Hareesha
2024-08-07 02:03 PM
>>2 NMI interrupts generated
You leave the NMI Handler? Without clearing the source?
2024-08-07 03:29 PM
Hi,
Thanks for the quick response. In my case source of the NMI is 2-bit Flash ECC error. Hence I cleared corresponding
flag (ECCD) by writing to 1 bit ECCD in register FLASH_ECCR.
Regards,
Hareesha