HAL ECC error is not being acknowledged by __HAL_FLASH_GET_FLAG(FLASH_FLAG_ECCR_ERRORS)
I am running into an ECC error when writing to flash when the device is powering down - unfortunately this is a state I cannot control. In the NMI handler when the device boots up I read through the flash and an ECC error pops up and the NMI Handler ...