How to perform independent CRC on internal flash in STM32H7 (avoiding flash ECC / bus fault)?
I have a bootloader that attempts to verify the integrity of an application image before it transfers execution to the application. It does this by performing a CRC (using software) on the image. However, if the internal flash is corrupted somewhere ...