Difference between revisions of "Black Magic Probe"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:STM32]][[Category:STM32 Hardware]][[Category:Black Magic Probe]]{{metadesc|Black Magic Probe}} | [[Category:STM32]][[Category:STM32 Hardware]][[Category:Black Magic Probe]]{{metadesc|Black Magic Probe}} | ||
+ | |||
+ | == 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 ==== | ||
+ | |||
+ | <pre> | ||
+ | $ make PLATFORM=bluepill | ||
+ | </pre> | ||
+ | |||
+ | ==== Pinout ==== | ||
+ | |||
+ | {| | ||
+ | |} | ||
== Miscellaneous Links == | == Miscellaneous Links == |
Revision as of 03:33, 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