Posted on February 21, 2015 at 18:11
I'm running a STM32F04 and want to jump to the USB DFU bootloader from user code. As recommended in other posts, I set a magic bit in SRAM, issue a soft reset, check for the magic value and branch to the boot...
Posted on May 30, 2015 at 06:38Denis, how are you erasing your flash memory from user code? I gave up on jumping to the bootloader so I want to try your approach of erasing memory to blank the device and get into the bootloader that way. I attempte...