2017-04-29 11:50 PM
Hello. I dev bootloader on stm32 F101 by STM32CubeMX , When I jump to my app from bootloader, It not work
My app address 0x08002C00
This my code
https://gist.github.com/anonymous/503edbd8572ffb58db963e6bb531c1da
2017-04-30 08:06 PM
>>It not work
Yeah, that's not terribly illuminating. So if you use a debugger, and step into the code, what do you learn? Does it jump to a viable address? Does that look like the Reset_Handler code in your App? How deep does it get into the App code?
2017-05-02 08:53 PM
Clive One Thank you for the suggestion, I found issue in my App When Reset_Handler process in SystemInit function It reset vector table to 0x08000000 but my app start 0x08002C00