2020-10-17 08:20 PM
I've uploaded an Arduino IDE compatible bootloader and I don't want to program it that way any more.
Solved! Go to Solution.
2020-10-17 08:46 PM
Any user bootloader will reside in the flash. You can erase the flash it by doing a full chip erase using STM32CubeProgrammer or similar. Resetting any option bytes you've changed can also be done in STM32CubeProgrammer.
2020-10-17 08:46 PM
Any user bootloader will reside in the flash. You can erase the flash it by doing a full chip erase using STM32CubeProgrammer or similar. Resetting any option bytes you've changed can also be done in STM32CubeProgrammer.