Resolved! Problem implementing a simple bootloader on STM32H743
Hello, I am experiencing a problem implementing a simple bootloader similar to the one showed by ST on youtube. I decided to use 32K of flash for the loader, while the remaining flash is available for the application. Linker file of the bootloader:ME...