2016-09-18 05:13:42 +01:00
|
|
|
# st-info
|
|
|
|
|
|
|
|
> Provides information about connected STLink and STM32 devices.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://github.com/texane/stlink>.
|
2016-09-18 05:13:42 +01:00
|
|
|
|
2016-09-18 19:25:24 +01:00
|
|
|
- Display amount of program memory available:
|
2016-09-18 05:13:42 +01:00
|
|
|
|
|
|
|
`st-info --flash`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Display amount of SRAM memory available:
|
2016-09-18 05:13:42 +01:00
|
|
|
|
|
|
|
`st-info --sram`
|
|
|
|
|
|
|
|
- Display summarized information of the device:
|
|
|
|
|
|
|
|
`st-info --probe`
|