Skip to content

Black Magic Probe

DIY Probe

Compile Firmware

sudo apt-get install gcc-arm-none-eabi
git clone https://github.com/blacksphere/blackmagic.git
cd blackmagic && make -j4
cd src && make clean && make PROBE_HOST=stlink

Program STM32F103 Board

• Install latest dfu-util: http://dfu-util.sourceforge.net/releases/

$ dfu-util.exe -d 0x1eaf:0x0003 -a 1 -D C:\...\AppData\Local\Temp\arduino_...\HelloWorld.ino.bin

References

Pasted image 20230316212035.png

Pasted image 20230316212050.png


Last update: 2023-03-16