1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/st-info.md

17 lines
328 B
Markdown
Raw Normal View History

2016-09-17 23:13:42 -05:00
# st-info
> Provides information about connected STLink and STM32 devices.
> More information: <https://github.com/texane/stlink>.
2016-09-17 23:13:42 -05:00
2016-09-18 13:25:24 -05:00
- Display amount of program memory available:
2016-09-17 23:13:42 -05:00
`st-info --flash`
- Display amount of SRAM memory available:
2016-09-17 23:13:42 -05:00
`st-info --sram`
- Display summarized information of the device:
`st-info --probe`