Issue on HAL_Delay after jump from bootloader
Hi,
I am working on STM32F401VE, I recently wrote a bootloader program, which is doing its job of jumping to a specified location.
Now my bootloader(at addr 0x08000000) is able to jump to my main application(at addr 0x08020000 ), but when I see my main application getting executed , It stops at the very first HAL_Delay() statement. (i try to remove HAL_Delay, but i have a problem on sleep mode)
On Bootloader, my SCB->VTOR = 0x08000000, and on my application 0x08020000 ;
If i launch my application without bootloader at addr 0x08000000, everything is ok.
Can anyone please help me?
Regards,
Pascal
