st-info
st-info is a command line tool used for retrieving information from STM32 microcontrollers. It is specifically designed for the STM32 family of microcontrollers. This tool provides useful information about the STM32 devices connected to your system. It is typically used for debugging and troubleshooting purposes.
By running st-info, you can obtain various details such as the device type, flash size, RAM size, and the chip ID. It also provides information about the core version and architecture of the microcontroller. The tool can retrieve the chip's unique ID, the flash memory layout, and the available peripherals.
st-info is a versatile tool that can be used to identify the connected STM32 microcontrollers when multiple devices are connected to your system. It supports various communication interfaces like USB, UART, and JTAG/SWD.
With its simple command line interface, st-info is easy to use for both beginners and experienced developers. It is available on different operating systems, including Windows, Linux, and macOS.
This tool is often used in conjunction with other development tools to ensure proper configuration and debugging of STM32 microcontrollers. It provides crucial information about the connected devices, allowing developers to efficiently work on their projects and identify any potential issues early on.
List of commands for st-info:
-
st-info:tldr:3998a st-info: Display amount of SRAM memory available.$ st-info --sramtry on your machineexplain this command
-
st-info:tldr:65d16 st-info: Display summarized information of the device.$ st-info --probetry on your machineexplain this command
-
st-info:tldr:77a20 st-info: Display amount of program memory available.$ st-info --flashtry on your machineexplain this command