STM32: avoid deadloops when intercepting (expected) ECC errors while reading flash memory
I'm using STM32 with HAL and LL drivers (H7 and G4 families, in particular, but I think this can be a general question) and I trying to avoid being forced in recursive faults when reading a flash location with broken ECC. In my application it may h...