mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 22:15:42 +02:00
stlink: add st-info page
This commit is contained in:
parent
bee393809e
commit
57e32a7e52
1 changed files with 15 additions and 0 deletions
15
pages/common/st-info.md
Normal file
15
pages/common/st-info.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# st-info
|
||||
|
||||
> Provides information about connected STLink and STM32 devices.
|
||||
|
||||
- Display about of program memory available:
|
||||
|
||||
`st-info --flash`
|
||||
|
||||
- Display about of sram memory available:
|
||||
|
||||
`st-info --sram`
|
||||
|
||||
- Display summarized information of the device:
|
||||
|
||||
`st-info --probe`
|
Loading…
Add table
Reference in a new issue