DIY STM32 Programmer Black Magic Probe

From Stm32World Wiki
Jump to navigation Jump to search

As mentioned on the page DIY STM32 Programmer (ST-Link/V2-1), the original ST-Link firmware is not freely available. Fortunately, there _is_ a viable alternative in the so-called Black Magic Probe. This page will document how to get the source, build and flash the binary firmware images.

Cloning the Repository

Clone the repository by running this command:

git clone --recursive git@github.com:STM32World/blackmagic.git

Building

Flashing

Miscellaneous Links