Jump from Bootloader to custom Application not Working
Hi!
I'm using STM32H7A3RGT6 MCU and FreeRTOS for my custom Application. My Application is placed in FLASH2 with the address 0x08100000 (verified using STM Cube Programmer) and Bootloader which jumps to my Application is placed in FLASH1 with the address 0x8000000 (verified using STM Cube Programmer). When I debug, only the Bootloader runs and my custom Application doesn't run. But when I place the Application in FLASH1, it runs without any hassles.
Also attached the Linker files of both for reference.
Note: The Bootloader is working fine when used in another application.
Hoping for a Quicker Response.
Thank You
