st-info
TLDR
Show device info
SYNOPSIS
st-info [--probe] [--flash] [--sram] [options]
DESCRIPTION
st-info queries information from STM32 microcontrollers connected via an ST-Link programmer/debugger. It reports device identification details including chip ID, device description, flash memory size, SRAM size, and the programmer's serial number.
The tool is useful for verifying hardware connections, identifying unknown STM32 variants, and confirming memory sizes before programming. The --probe option provides a comprehensive summary of all connected devices. It is part of the open-source stlink toolset.
PARAMETERS
--probe
Probe connected device.--flash
Flash memory size.--sram
SRAM size.--chipid
Chip identifier.--descr
Device description.--serial
Programmer serial.
CAVEATS
ST-Link required. Device must be connected. STM32 only.
HISTORY
st-info is part of stlink, providing device information for STM32 microcontrollers connected via ST-Link.
