2018-03-01 10:40:10 +00:00
|
|
|
% st-flash(1) Open Source STMicroelectronics Stlink Tools | stlink
|
2016-09-15 23:18:45 +00:00
|
|
|
%
|
2020-10-10 20:10:42 +00:00
|
|
|
% Oct 2020
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
# NAME
|
2016-09-15 23:53:10 +00:00
|
|
|
st-info - Provides information about connected STLink and STM32 devices
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
*st-info* \[*OPTIONS*\]
|
|
|
|
|
|
|
|
|
|
|
|
# DESCRIPTION
|
2020-04-22 08:57:45 +00:00
|
|
|
|
2016-09-15 23:53:10 +00:00
|
|
|
Provides information about connected STLink programmers and STM32 devices:
|
2021-03-16 20:04:31 +00:00
|
|
|
Serial code, flash, page size, sram, chipid, description.
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
2018-11-19 19:45:50 +00:00
|
|
|
\--version
|
2016-09-18 09:17:25 +00:00
|
|
|
: Print version information
|
|
|
|
|
2020-03-24 16:09:14 +00:00
|
|
|
\--probe
|
|
|
|
: Display the summarized information of the connected programmers and devices
|
2016-09-15 23:18:45 +00:00
|
|
|
|
2020-03-24 16:09:14 +00:00
|
|
|
\--serial
|
|
|
|
: Display the serial code of the device
|
2016-09-15 23:18:45 +00:00
|
|
|
|
2020-03-24 16:09:14 +00:00
|
|
|
\--flash
|
|
|
|
: Display amount of flash memory available in the device
|
2016-09-15 23:18:45 +00:00
|
|
|
|
2018-11-19 19:45:50 +00:00
|
|
|
\--pagesize
|
2016-09-15 23:18:45 +00:00
|
|
|
: Display the page size of the device
|
|
|
|
|
2020-03-24 16:09:14 +00:00
|
|
|
\--sram
|
|
|
|
: Display amount of sram memory available in device
|
|
|
|
|
2018-11-19 19:45:50 +00:00
|
|
|
\--chipid
|
2016-09-15 23:18:45 +00:00
|
|
|
: Display the chip ID of the device
|
|
|
|
|
2020-03-24 16:09:14 +00:00
|
|
|
\--descr
|
|
|
|
: Display textual description of the device
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
# EXAMPLES
|
|
|
|
Display information about connected programmers and devices
|
|
|
|
|
|
|
|
$ st-info --probe
|
2020-10-10 20:10:42 +00:00
|
|
|
Found 1 stlink programmers
|
2021-03-16 20:04:31 +00:00
|
|
|
serial: 57FF72067265575742132067
|
2020-10-10 20:10:42 +00:00
|
|
|
flash: 131072 (pagesize: 128)
|
|
|
|
sram: 20480
|
|
|
|
chipid: 0x0447
|
|
|
|
descr: L0xx Category 5
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
# SEE ALSO
|
2016-10-22 07:25:43 +00:00
|
|
|
st-util(1), st-flash(1)
|
2016-09-15 23:18:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
# COPYRIGHT
|
|
|
|
This work is copyrighted. Stlink contributors.
|
|
|
|
See *LICENSE* file in the stlink source distribution.
|