2021-12-16 04:25 PM
When I flashed the blinky demo code into a STM32F103 minimal circuit board, the boot0 and boot1 were all in boot mode, so the board now don't work. What I thought is flash the firmware again into boot location when boot0 was in boot mode, any suggestions and warnings before I try this?
2021-12-16 04:32 PM
The ROM bootloader is in, well, ROM and cannot be overwritten.
The state of the BOOTx pins has no bearing on where something is flashed, barring some bizarre custom bootloader code.
If you have a blue pill or other board which relies on a user bootloader, you'll need to reflash that.
2021-12-22 10:13 PM
After some research, I found my board was a clone blue pill with STM32F103C6T6 on it, and for the boot pins I have these notes:
Is that right?
2021-12-22 10:13 PM
After some research, I found my board was a clone blue pill with STM32F103C6T6 on it, and for the boot pins I have these notes:
Is that right?