STM32F4 - Jump from Boot to App
Posted on May 05, 2016 at 12:37Hey guys, my first step in creating a bootloader was simply to move the app (which resided at 0x8000000 to 0x8020000 through the linker file. Next, I created a basic bootloader at address 0x8000000 which basically does...