Resolved! STM32H743: Is there a different handling for code entry points compared to STM32F4 / STM32F7
In all of my projects I have my own bootloader which is located at 0x8000000 and is specially designed to communicate with my own Windows universal Flasher-Tool. My bootloader initializes necessary components for the needed communication ports (e.g. ...