swd-probe

glasgow run swd-probe

At the moment, this applet does not include any high-level functionality. It only offers very low-level access to the target via the REPL or script interface.

Use the probe-rs applet to debug and program Arm microcontrollers.

usage: glasgow run swd-probe [-h] [-V SPEC] [--swclk PIN] [--swdio PIN]
                             [-f FREQ]
                             OPERATION ...
-h, --help

show this help message and exit

-V <spec>, --voltage <spec>

configure I/O port voltage to SPEC (e.g.: ‘3.3’, ‘A=5.0,B=3.3’, ‘A=SA’)

--swclk <pin>

bind the applet I/O line ‘swclk’ to PIN (default: A0)

--swdio <pin>

bind the applet I/O line ‘swdio’ to PIN (default: A1)

-f <freq>, --frequency <freq>

set SWCLK frequency to FREQ kHz (default: 1000)

glasgow run swd-probe dump-memory

usage: glasgow run swd-probe dump-memory [-h] [-f FILENAME] [--ap INDEX]
                                         ADDRESS LENGTH
address

start at ADDRESS

length

dump LENGTH bytes

-h, --help

show this help message and exit

-f <filename>, --file <filename>

dump contents to FILENAME

--ap <index>

access memory via MEM-AP #INDEX