stlink/doc/man/st-info.md

64 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

% st-flash(1) Open Source STMicroelectronics Stlink Tools | stlink
2016-09-15 23:18:45 +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
2016-09-15 23:53:10 +00:00
Provides information about connected STLink programmers and STM32 devices:
Serial code, flash, page size, sram, chipid, description.
2016-09-15 23:18:45 +00:00
# OPTIONS
\--version
: Print version information
\--probe
: Display the summarized information of the connected programmers and devices
2016-09-15 23:18:45 +00:00
\--serial
: Display the serial code of the device
2016-09-15 23:18:45 +00:00
\--flash
: Display amount of flash memory available in the device
2016-09-15 23:18:45 +00:00
\--pagesize
2016-09-15 23:18:45 +00:00
: Display the page size of the device
\--sram
: Display amount of sram memory available in device
\--chipid
2016-09-15 23:18:45 +00:00
: Display the chip ID of the device
\--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
Found 1 stlink programmers
serial: 57FF72067265575742132067
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.