cancel
Showing results for 
Search instead for 
Did you mean: 

Self made bootloader

tiago
Associate II
Posted on May 14, 2010 at 18:52

Self made bootloader

#it''s-deja-vu-all-over-again #bootloader #bootloader
10 REPLIES 10
Posted on January 26, 2016 at 21:14

This seems to be off topic for this old thread, which is about transferring control to applications. There have to be better hits than this in Google.

I've done a lot of work on the System Loader predating the App Notes, and I've covered this stuff dozens of times...

The most robust method is to reset, and jump into the loader, so there aren't a bunch of loose ends, or interrupts to trip you up.

[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Java/jumping%20to%20the%20bootloader%20via%20software%20does%20not%20permit%20dfu%20mode&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&currentviews=90]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Java/jumping%20to%20the%20bootloader%20via%20software%20does%20not%20permit%20dfu%20mode&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21¤tviews=90

Other STM32 variants have slightly different register and ROM addresses.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..