-
Notifications
You must be signed in to change notification settings - Fork 61
Flashing (Advanced)
If you are an end user please use the BlueSCSI-Updater
When flashing you have two options:
-
Flash by setting up the Visual Studio Code IDE, installing the ARM toolchain and PlatformIO extensions, and re-compiling and programming. If you are a developer and plan to contribute this method is what you should use.
-
You may also flash the
.bin
file directly from STM32 ST-LINK Utility (windows only) or STM32CubeProgrammer (cross platform). Use this method if you are not a developer and just wish to get the code to the BluePill.
Be sure to buy the "Clone" STLink V2 programmer - the official STLink programmer does not work.
-
Make sure the STLinkV2 is up to date - Latest Firmware
-
Connect pins
SWDIO
,GND
,SWCLK
, and3.3v
from the programmer to the Blue Pill.- NOTE: These are not the same as Serial ports.
- Remove SD Card
- Open STM32 ST-Link Utility or STM32CubeProgrammer
- Move the
BOOT0
jumper (furthest from the reset button) to1
- Push the reset button on the BluePill
- Click Connect in STM32CubeProgrammer
- Select the .bin file and program.
- Move
BOOT0
jumper back to 0 - Push the reset button on the BluePill
- You should see the LED
PC_13
flashing 5x indicating no SD Card detected.
- Remove SD Card
- Move the
BOOT0
jumper (furthest from the button switch) to1
- Push the reset button on the BluePill
- Run the PlatformIO: Upload task.
- Expected output:
Uploading .pio/build/genericSTM32F103C8/firmware.elf
xPack OpenOCD, x86_64 Open On-Chip Debugger 0.10.0+dev-00378-ge5be992df (2020-06-26-12:31)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 1
0
hla_swd
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x08000194 msp: 0x20000690
** Programming Started **
** Programming Finished **
** Verify Started **
** Verified OK **. <-- Everything flashed OK
** Resetting Target **
- Move
BOOT0
jumper back to0
- Push the reset switch on the BluePill
- You should see the LED
PC_13
flashing 5x indicating no SD Card detected.
The following YouTube video demonstrates the steps of flashing & updating your BlueSCSI https://www.youtube.com/watch?v=bRLAOts_MTM
Move the jumper furthest away from the RESET
switch to 1. Reset and try to program again.
If the device is not detected you may need to hold reset, click program, once it is detected release reset.
If you are unable to get the device in DFU mode for programming you may need to use STM32CubeProgrammer
to erase the chip.
See the uploading documentation on PlatformIO for alternatives.
Important
If you are looking for BlueSCSI v2 documentation please go here: https://github.com/BlueSCSI/BlueSCSI-v2/wiki
- Home
- Getting Started
- Trouble Shooting
- Advanced
- Developers
- Variants
- Adapters & Accessories