cancel
Showing results for 
Search instead for 
Did you mean: 

on bootloader How to jump to my application ?

Pisut Temjitpakdee
Associate II
Posted on April 30, 2017 at 08:50

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

 
2 REPLIES 2
Posted on May 01, 2017 at 05:06

>>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?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on May 03, 2017 at 03:53

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