STM32L433 Flash ECC recovery and intentional flash corruption
Hello folks! One of my devices happened to have a some kind of flash corruption, enough that an ECC NMI was triggered. Removing the "while(1)" from the default handler, to simply return from that handler to my program, did not work. I was thinking th...