mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 08:02:13 +00:00
Update cheatsheets
This commit is contained in:
21
st-info
Normal file
21
st-info
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user