1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +01:00
tldr/pages/common/st-info.md
Daniel Campoverde [alx741] a6d469a036 stlink: fix typo
2016-09-18 13:25:24 -05:00

15 lines
272 B
Markdown

# st-info
> Provides information about connected STLink and STM32 devices.
- 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`