Updated Flashing (markdown)

Eric Helgeson 2021-06-18 21:31:05 -05:00
parent 839b5af68a
commit 56100c91c3

@ -19,18 +19,18 @@ Be sure to buy the "Clone" STLink V2 programmer - the official one does not seem
* Remove SD Card
* Open STM32CubeProgrammer
* Move the BOOT0 (furthest from the reset button) to 1
* Move the `BOOT0` jumper (furthest from the reset button) to `1`
* Push the reset button on the BluePill
* Click Connect in STM32CubeProgrammer
* Select the .bin file and program.
* Move BOOT0 back to 0
* Move `BOOT0` jumper back to 0
* Push the reset button on the BluePill
* You should see the LED `PC_13` flashing indicating no SD Card detected.
### Procedure (PlatformIO)
* Remove SD Card
* Move the BOOT0 (furthest from the button switch) to 1
* Move the `BOOT0` jumper (furthest from the button switch) to `1`
* Push the reset button on the BluePill
* Run the [PlatformIO: Upload task](https://docs.platformio.org/en/latest/integration/ide/vscode.html#project-tasks).
* Expected output:
@ -52,7 +52,7 @@ xPSR: 0x01000000 pc: 0x08000194 msp: 0x20000690
** Verified OK **. <-- Everything flashed OK
** Resetting Target **
```
* Move BOOT0 back to 0
* Move `BOOT0` jumper back to `0`
* Push the reset switch on the BluePill
* You should see the LED `PC_13` flashing indicating no SD Card detected.