Question
main application's HAL_Delay() is not working ,when jumped from a bootloader program
Posted on September 20, 2016 at 21:50
Hi ,
I am working on STM32F415RG, 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 addr0x0800C000
), but when I see my main application getting executed I noticed it doesn't execute completely. It stops at the very first HAL_Delay(10) statement and hangs rest of my main application. Can anyone please help what went wrong? #stm32f4-!-bootloader-!-hal_delay