Issue with STM32H743 Flash Write - Application Fails to Load
Hello,
I am currently developing on an STM32H743. I have a bootloader and an application that I want to load into the internal flash memory of the microcontroller. The bootloader is written successfully, but the application fails to load.
Instead of writing the application, the microcontroller writes in a loop over all sectors with the pattern FC1FE0FFFC1FE0FF. The same behavior occurs when I attempt to update the clock configuration.
Has anyone encountered a similar issue, or could offer guidance on what might be causing this problem? Any help would be appreciated.
Thank you!
