Resolved! Stm32F437 custom bootloader
Hi everybody I'm developing a simple bootloader which run an application loaded in flash memory at the address 0x80200000. The application alone works correctly but when I use the boot the app doesn't run. This is the code of my boootloader #defi...