stlink

Programmer for STM32 microcontrollers via ST-Link debug probes

brewmacoslinux
Try with needOr install directly
Source

About

STM32 discovery line Linux programmer

Commands

st-flashst-infost-util

Examples

Flash a binary file to STM32 microcontroller$ st-flash write firmware.bin 0x8000000
Read device information and memory layout$ st-info --probe
Start GDB debugging server on port 4242$ st-util -p 4242