I wrote a custom bootloader for STM32F4. I'm able to write the user app to the mcu, but I have trouble running it. When I try to jump to the user application, nothing happens and I don't get a message to the console from the user application.
The bootloader is placed at 0x8000000 and the new application is at 0x08008000. I have attached images of the jump code and linker file.