mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 05:42:50 +00:00
22 lines
416 B
Plaintext
22 lines
416 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# st-info
|
|
|
|
> Get 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`
|