st-info
Provides information about connected STLink and STM32 devices. More information: <https://github.com/texane/stlink>.
Install
- All systems
-
curl cmd.cat/st-info.sh
- Debian
-
apt-get install stlink-tools - Ubuntu
-
apt-get install stlink-tools -
Alpine
-
apk add stlink - Arch Linux
-
pacman -S stlink - Kali Linux
-
apt-get install stlink-tools - Fedora
-
dnf install stlink - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install stlink-tools - OS X
-
brew install stlink - Docker
-
docker run cmd.cat/st-info st-infopowered by Commando
Provides information about connected STLink and STM32 devices. More information: <https://github.com/texane/stlink>.
-
Display amount of program memory available:
st-info --flash -
Display amount of SRAM memory available:
st-info --sram -
Display summarized information of the device:
st-info --probe
© tl;dr; authors and contributors