cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to return the STM32F103C8 to "factory defaults" using the ST-Link V2?

MEpis.1
Associate

I've uploaded an Arduino IDE compatible bootloader and I don't want to program it that way any more.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

1 REPLY 1
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".