Difference between revisions of "Black Magic Probe"

From Stm32World Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
|}
 
|}
  
=== [[Black Pill]]
+
=== [[Black Pill]] ===
  
 
==== Build ====
 
==== Build ====

Revision as of 06:14, 27 March 2022


Platforms

The Black Magic Probe firmware can be build for many different platforms with different pinout. The following sections list the pinout.

Blue Pill

Build

$ make PLATFORM=bluepill

Pinout

Black Pill

Build

$ make PROBE_HOST=f4discovery BLACKPILL=1 ENABLE_RTT=1

Pinout

Function Pin
TDI PA1
TMS/SWDIO PA13
TCK/SWCLK PA14
TDO/SWO PB3
TRST PB5
SRST PB7
TX PB6
RX PB7

Miscellaneous Links