2025-03-14 21:59:59 -06:00
|
|
|
# st-info
|
|
|
|
|
|
|
|
|
|
> Get information about connected STLink and STM32 devices.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/stlink-org/stlink/blob/testing/doc/man/st-info.md>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|