My own BOOTLOADER with STM32F0
Posted on April 16, 2015 at 15:59Hi! I'm using MTF32F030R8 and I need to develope my own bootloader. I use the first 8K of flash for bootloader (from 0x800000 to 0x8001FFF) and from 0x8002000 my SW application. I'm not finding how to set the ...