Skip to content

Commit

Permalink
Merge pull request #1049 from stappersg/st-info-probe-output
Browse files Browse the repository at this point in the history
[doc] Added example for output of 'st-info --probe'
  • Loading branch information
Nightwalker-87 authored Oct 10, 2020
2 parents e3a2e7b + cdac310 commit 5d38f92
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/man/st-info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% st-flash(1) Open Source STMicroelectronics Stlink Tools | stlink
%
% Feb 2018
% Oct 2020

# NAME
st-info - Provides information about connected STLink and STM32 devices
Expand All @@ -15,7 +15,7 @@ st-info - Provides information about connected STLink and STM32 devices
Provides information about connected STLink programmers and STM32 devices:
Serial code, OpenOCD hla-serial, flash, page size, sram, chipid, description.

The STLink device to probe can be specified via the environment variable
The STLink device to probe can be specified via the environment variable
STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.

# OPTIONS
Expand Down Expand Up @@ -52,6 +52,13 @@ STLINK_DEVICE on the format <USB_BUS>:<USB_ADDR>.
Display information about connected programmers and devices

$ st-info --probe
Found 1 stlink programmers
serial: 303033413030323233343338353130323334333133393339
hla-serial: "\x30\x30\x33\x41\x30\x30\x32\x32\x33\x34\x33\x38\x35\x31\x30\x32\x33\x34\x33\x31\x33\x39\x33\x39"
flash: 131072 (pagesize: 128)
sram: 20480
chipid: 0x0447
descr: L0xx Category 5


# SEE ALSO
Expand Down

0 comments on commit 5d38f92

Please sign in to comment.