mirror of https://github.com/CrimsonTome/tldr.git
17 lines
328 B
Markdown
17 lines
328 B
Markdown
# st-info
|
|
|
|
> 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`
|