Check FlashErased or Readout InternalFlash ECC on STM32H7
I'm working on the STM32H7 series, and in my scenario the data to be written might be the erased-state byte (0xFF) all over the flashword. In this case I'm unsure whether or not the ECC may change.What is the idiomatic way of checking if the bytes ha...