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 Debian
apt-get install stlink-tools
Ubuntu
apt-get install stlink-tools
Alpine
apk add stlink
Arch Arch Linux
pacman -S stlink
image/svg+xml Kali Linux
apt-get install stlink-tools
Fedora
dnf install stlink
Windows (WSL2)
sudo apt-get update sudo apt-get install stlink-tools
OS X
brew install stlink
Docker
docker run cmd.cat/st-info st-info powered 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