cancel
Showing results for 
Search instead for 
Did you mean: 

USB bootloader for STM32F103 - memory lock, relocation?

Posted on October 09, 2010 at 11:01

USB bootloader for STM32F103 - memory lock, relocation?

2 REPLIES 2
xacc
Associate II
Posted on May 17, 2011 at 14:10

Look at the 'binary_template' directory inside the DFU sample code included with the USB library. 

For GCC, it looks like just 1 change passed to the  linker.

I cant think it could be much harder for others 🙂

Posted on May 17, 2011 at 14:10

Really, it was easy in EWARM, too.

Thank you for the notice to the folder in examples.