OpenOCD User's Guide
OpenOCD User's Guide
OpenOCD User's Guide
This Users Guide documents release 0.6.0-dev, dated 29 February 2012, of the Open OnChip Debugger (OpenOCD).
c 2008 The OpenOCD Project
Copyright
c 2007-2008 Spencer Oliver spen@spen-soft.co.uk
Copyright
c 2008-2010 Oyvind Harboe oyvind.harboe@zylin.com
Copyright
c 2008 Duane Ellis openocd@duaneellis.com
Copyright
c 2009-2010 David Brownell
Copyright
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
version published by the Free Software Foundation; with no Invariant Sections,
with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license
is included in the section entitled GNU Free Documentation License.
Short Contents
About . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1 OpenOCD Developer Resources . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Debug Adapter Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3 About Jim-Tcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4 Running . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
5 OpenOCD Project Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
6 Config File Guidelines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
7 Daemon Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
8 Debug Adapter Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . 36
9 Reset Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
10 TAP Declaration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
11 CPU Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
12 Flash Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
13 NAND Flash Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
14 PLD/FPGA Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
15 General Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
16 Architecture and Core Commands . . . . . . . . . . . . . . . . . . . . . . . 93
17 JTAG Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
18 Boundary Scan Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
19 TFTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
20 GDB and OpenOCD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
21 Tcl Scripting API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
22 FAQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
23 Tcl Crash Course . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
A The GNU Free Documentation License. . . . . . . . . . . . . . . . . . 128
OpenOCD Concept Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135
Command and Driver Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 137
ii
Table of Contents
About . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
What is OpenOCD? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
OpenOCD Web Site . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Latest Users Guide: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
OpenOCD Users Forum. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1
2
2
2
3
3
3
4
Choosing a Dongle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Stand alone Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
USB FT2232 Based . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
USB-JTAG / Altera USB-Blaster compatibles . . . . . . . . . . . . . . . . . .
USB JLINK based . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
USB RLINK based . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
USB ST-LINK based . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
USB Other . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
IBM PC Parallel Printer Port Based . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Other... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
5
5
5
6
7
7
7
8
8
9
About Jim-Tcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Running . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1
4.2
13
14
14
14
16
17
18
iii
Daemon Configuration . . . . . . . . . . . . . . . . . . . . . . . . 32
7.1
7.2
7.3
7.4
7.5
Configuration Stage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Entering the Run Stage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
TCP/IP Ports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
GDB Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Event Polling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
32
32
33
33
34
Interface Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Interface Drivers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Transport Configuration. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.3.1 JTAG Transport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.3.2 SWD Transport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.3.3 SPI Transport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
8.4 JTAG Speed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
22
22
22
23
24
24
25
25
26
27
27
27
28
29
30
30
30
36
37
42
42
43
43
43
Reset Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
9.1
9.2
9.3
9.4
Types of Reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
SRST and TRST Issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Commands for Handling Resets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Custom Reset Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
45
45
46
48
iv
10
TAP Declaration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
10.1
10.2
10.3
10.4
10.5
10.6
10.7
11
Target List . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Target CPU Types and Variants . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Target Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Other $target name Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Target Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
79
80
82
83
PLD/FPGA Commands . . . . . . . . . . . . . . . . . . . . . 86
14.1
14.2
15
65
66
68
68
68
69
76
77
77
78
13.1
13.2
13.3
13.4
14
56
57
58
60
62
Flash Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
13
50
51
51
53
53
54
55
CPU Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . 56
11.1
11.2
11.3
11.4
11.5
12
Scan Chains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
TAP Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
TAP Declaration Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Other TAP commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
TAP Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Enabling and Disabling TAPs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Autoprobing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
General Commands . . . . . . . . . . . . . . . . . . . . . . . . . . 87
15.1
15.2
15.3
15.4
15.5
15.6
15.7
Daemon Commands. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Target State handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
I/O Utilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Memory access commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Image loading commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Breakpoint and Watchpoint commands . . . . . . . . . . . . . . . . . . . . . . .
Misc Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
87
88
89
90
91
92
92
16
17
17.1
17.2
18
18.1
18.2
19
TFTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
20
20.1
20.2
20.3
20.4
20.5
21
111
111
112
112
113
21.1
21.2
21.3
22
Connecting to GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Sample GDB session startup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Configuring GDB for OpenOCD . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Programming using GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Using openocd SMP with GDB . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
FAQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
vi
23
122
122
122
122
123
123
123
124
124
125
125
126
126
127
127
About
About
OpenOCD was created by Dominic Rath as part of a diploma thesis written at the University
of Applied Sciences Augsburg (http://www.fh-augsburg.de). Since that time, the project
has grown into an active open-source project, supported by a diverse community of software
and hardware developers from around the world.
What is OpenOCD?
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices.
It does so with the assistance of a debug adapter, which is a small hardware module which
helps provide the right kind of electrical signaling to the target being debugged. These are
required since the debug host (on which OpenOCD runs) wont usually have native support
for such signaling, or the connector needed to hook up to the target.
Such debug adapters support one or more transport protocols, each of which involves different electrical signaling (and uses different messaging protocols on top of that signaling).
There are many types of debug adapter, and little uniformity in what they are called.
(There are also product naming differences.)
These adapters are sometimes packaged as discrete dongles, which may generically be called
hardware interface dongles. Some development boards also integrate them directly, which
may let the development board can be directly connected to the debug host over USB (and
sometimes also to power it over USB).
For example, a JTAG Adapter supports JTAG signaling, and is used to communicate with
JTAG (IEEE 1149.1) compliant TAPs on your target board. A TAP is a Test Access Port,
a module which processes special instructions and data. TAPs are daisy-chained within and
between chips and boards. JTAG supports debugging and boundary scan operations.
There are also SWD Adapters that support Serial Wire Debug (SWD) signaling to communicate with some newer ARM cores, as well as debug adapters which support both JTAG
and SWD transports. SWD only supports debugging, whereas JTAG also supports boundary scan operations.
For some chips, there are also Programming Adapters supporting special transports used
only to write code to flash memory, without support for on-chip debugging or boundary
scan. (At this writing, OpenOCD does not support such non-debug adapters.)
Dongles: OpenOCD currently supports many types of hardware dongles: USB based, parallel port based, and other standalone boxes that run OpenOCD internally. See Chapter 2
[Debug Adapter Hardware], page 5.
GDB Debug: It allows ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920T,
ARM922T, ARM926EJS, ARM966ES), XScale (PXA25x, IXP42x) and Cortex-M3
(Stellaris LM3 and ST STM32) based cores to be debugged via the GDB protocol.
Flash Programing: Flash writing is supported for external CFI compatible NOR flashes
(Intel and AMD/Spansion command set) and several internal flashes (LPC1700, LPC2000,
AT91SAM7, AT91SAM3U, STR7x, STR9x, LM3, and STM32x). Preliminary support for
various NAND flash controllers (LPC3180, Orion, S3C24xx, more) controller is included.
About
usbjtag
Link http://www.hs-augsburg.de/~hhoegl/proj/usbjtag/usbjtag.html
jtagkey
See: http://www.amontec.com/jtagkey.shtml
jtagkey2
See: http://www.amontec.com/jtagkey2.shtml
oocdlink
See: http://www.oocdlink.com By Joern Kaipf
signalyzer
See: http://www.signalyzer.com
Stellaris Eval Boards
See: http://www.luminarymicro.com - The Stellaris eval boards bundle FT2232based JTAG and SWD support, which can be used to debug the Stellaris chips. Using
separate JTAG adapters is optional. These boards can also be used in a "pass through"
mode as JTAG adapters to other target boards, disabling the Stellaris chip.
Luminary ICDI
See: http://www.luminarymicro.com - Luminary In-Circuit Debug Interface (ICDI)
Boards are included in Stellaris LM3S9B9x Evaluation Kits. Like the non-detachable
FT2232 support on the other Stellaris eval boards, they can be used to debug other
target boards.
olimex-jtag
See: http://www.olimex.com
flyswatter
See: http://www.tincantools.com
turtelizer2
See: Turtelizer 2, or http://www.ethernut.de
comstick
Link: http://www.hitex.com/index.php?id=383
stm32stick
Link http://www.hitex.com/stm32-stick
axm0432 jtag
Axiom AXM-0432 Link http://www.axman.com
cortino
Link http://www.hitex.com/index.php?id=cortino
dlp-usb1232h
Link http://www.dlpdesign.com/usb/usb1232h.shtml
They may appear under different USB VID/PID depending on the particular product.
The driver can be configured to search for any VID/PID pair (see the section on driver
commands).
USB-JTAG Kolja Waschks USB Blaster-compatible adapter
Link: http://www.ixo.de/info/usb_jtag/
Altera USB-Blaster
Link: http://www.altera.com/literature/ug/ug_usb_blstr.pdf
flashlink
From ST Microsystems; FlashLINK JTAG programing cable for PSD and uPSD
2.10 Other...
ep93xx
An EP93xx based Linux machine using the GPIO pins directly.
at91rm9200
Like the EP93xx - but an ATMEL AT91RM9200 based solution using the GPIO pins
on the chip.
10
3 About Jim-Tcl
OpenOCD uses a small Tcl Interpreter known as Jim-Tcl. This programming language
provides a simple and extensible command interpreter.
All commands presented in this Guide are extensions to Jim-Tcl. You can use them as
simple commands, without needing to learn much of anything about Tcl. Alternatively,
can write Tcl programs with them.
You can learn more about Jim at its website, http://jim.berlios.de. There is an active
and responsive community, get on the mailing list if you have any questions. Jim-Tcl
maintainers also lurk on the OpenOCD mailing list.
Jim vs. Tcl
Jim-Tcl is a stripped down version of the well known Tcl language, which can be found
here: http://www.tcl.tk. Jim-Tcl has far fewer features. Jim-Tcl is several dozens
of .C files and .H files and implements the basic Tcl command set. In contrast: Tcl 8.6
is a 4.2 MB .zip file containing 1540 files.
Missing Features
Our practice has been: Add/clone the real Tcl feature if/when needed. We welcome
Jim-Tcl improvements, not bloat. Also there are a large number of optional Jim-Tcl
features that are not enabled in OpenOCD.
Scripts
OpenOCD configuration scripts are Jim-Tcl Scripts. OpenOCDs command interpreter
today is a mixture of (newer) Jim-Tcl commands, and (older) the orginal command
interpreter.
Commands
At the OpenOCD telnet command line (or via the GDB monitor command) one can
type a Tcl for() loop, set variables, etc. Some of the commands documented in this
guide are implemented as Tcl scripts, from a startup.tcl file internal to the server.
Historical Note
Jim-Tcl was introduced to OpenOCD in spring 2008. Fall 2010, before OpenOCD
0.5 release OpenOCD switched to using Jim Tcl as a git submodule, which greatly
simplified upgrading Jim Tcl to benefit from new features and bugfixes in Jim Tcl.
Need a crash course in Tcl?
See Chapter 23 [Tcl Crash Course], page 122.
Chapter 4: Running
11
4 Running
Properly installing OpenOCD sets up your operating system to grant it access to the debug
adapters. On Linux, this usually involves installing a file in /etc/udev/rules.d, so
OpenOCD has permissions. MS-Windows needs complex and confusing driver configuration
for every peripheral. Such issues are unique to each operating system, and are not detailed
in this Users Guide.
Then later you will invoke the OpenOCD server, with various options to tell it how each
debug session should work. The --help option shows:
bash$ openocd --help
--help
| -h
display this help
--version
| -v
display OpenOCD version
--file
| -f
use configuration file <name>
--search
| -s
dir to search for config files and scripts
--debug
| -d
set debug level <0-3>
--log_output | -l
redirect log output to file <name>
--command
| -c
run <command>
If you dont give any -f or -c options, OpenOCD tries to read the configuration file
openocd.cfg. To specify one or more different configuration files, use -f options. For
example:
openocd -f config1.cfg -f config2.cfg -f config3.cfg
Configuration files and scripts are searched for in
1. the current directory,
2. any search dir specified on the command line using the -s option,
3. any search dir specified using the add_script_search_dir command,
4. $HOME/.openocd (not on Windows),
5. the site wide script library $pkgdatadir/site and
6. the OpenOCD-supplied script library $pkgdatadir/scripts.
The first found file with a matching file name will be used.
Note: Dont try to use configuration script names or paths which include the
"#" character. That character begins Tcl comments.
Chapter 4: Running
12
13
14
Talk with the OpenOCD server using telnet (telnet localhost 4444 on many systems) or
GDB. See Chapter 20 [GDB and OpenOCD], page 111.
15
16
For example, a gdb-attach event handler that invokes the reset init command will
interfere with debugging early boot code, which performs some of the same actions
that the reset-init event handler does.
Likewise, the arm9 vector_catch command (or its siblings xscale vector_catch and
cortex_m3 vector_catch) can be a timesaver during some debug sessions, but dont
make everyone use that either. Keep those kinds of debugging aids in your user config
file, along with messaging and tracing setup. (See [Software Debug Messages and
Tracing], page 104.)
You might need to override some defaults. For example, you might need to move,
shrink, or back up the targets work area if your application needs much SRAM.
TCP/IP port configuration is another example of something which is environmentspecific, and should only appear in a user config file. See [TCP/IP Ports], page 33.
flash
flash
flash
flash
17
protect 0 0 1 off
erase_sector 0 0 1
write_bank 0 u-boot.bin 0x0
protect 0 0 1 on
Note that many systems support a "monitor mode" debug that is a somewhat cleaner way to address such
issues. You can think of it as only halting part of the system, maybe just one task, instead of the whole
thing. At this writing, January 2010, OpenOCD based debugging does not support monitor mode debug,
only "halt mode" debug.
See chapter 8 "Semihosting" in ARM DUI 0203I, the "RealView Compilation Tools Developer Guide". The
CodeSourcery EABI toolchain also includes a semihosting library.
18
ARM Wait-For-Interrupt... Many ARM chips synchronize the JTAG clock using the
core clock. Low power states which stop that core clock thus prevent JTAG access. Idle
loops in tasking environments often enter those low power states via the WFI instruction
(or its coprocessor equivalent, before ARMv7).
You may want to disable that instruction in source code, or otherwise prevent using that
state, to ensure you can get JTAG access at any time.3 For example, the OpenOCD
halt command may not work for an idle processor otherwise.
Delay after reset... Not all chips have good support for debugger access right after
reset; many LPC2xxx chips have issues here. Similarly, applications that reconfigure
pins used for JTAG access as they start will also block debugger access.
To work with boards like this, enable a short delay loop the first thing after reset, before
"real" startup activities. For example, one seconds delay is usually more than enough
time for a JTAG debugger to attach, so that early code execution can be debugged or
firmware can be replaced.
Debug Communications Channel (DCC)... Some processors include mechanisms to
send messages over JTAG. Many ARM cores support these, as do some cores from
other vendors. (OpenOCD may be able to use this DCC internally, speeding up some
operations like writing to memory.)
Your application may want to deliver various debugging messages over JTAG, by linking
with a small library of code provided with OpenOCD and using the utilities there to
send various kinds of message. See [Software Debug Messages and Tracing], page 104.
As a more polite alternative, some processors have special debug-oriented registers which can be used to
change various features including how the low power states are clocked while debugging. The STM32
DBGMCU CR register is an example; at the cost of extra power consumption, JTAG can be used during
low power states.
19
Memory Addressing ... Boards which support multiple boot modes may also have
jumpers to configure memory addressing. One board, for example, jumpers external
chipselect 0 (used for booting) to address either a large SRAM (which must be preloaded via JTAG), NOR flash, or NAND flash. When its jumpered to address NAND
flash, that board must also be told to start booting from on-chip ROM.
Your board.cfg file may also need to be told this jumper configuration, so that it can
know whether to declare NOR flash using flash bank or instead declare NAND flash
with nand device; and likewise which probe to perform in its reset-init handler.
A closely related issue is bus width. Jumpers might need to distinguish between 8 bit
or 16 bit bus access for the flash used to start booting.
Peripheral Access ... Development boards generally provide access to every peripheral on the chip, sometimes in multiple modes (such as by providing multiple audio
codec chips). This interacts with software configuration of pin multiplexing, where for
example a given pin may be routed either to the MMC/SD controller or the GPIO
controller. It also often interacts with configuration jumpers. One jumper may be used
to route signals to an MMC/SD card slot or an expansion bus (which might in turn
affect booting); others might control which audio or video codecs are used.
Plus you should of course have reset-init event handlers which set up the hardware to
match that jumper configuration. That includes in particular any oscillator or PLL used
to clock the CPU, and any memory controllers needed to access external memory and
peripherals. Without such handlers, you wont be able to access those resources without
working target firmware which can do that setup ... this can be awkward when youre
trying to debug that target firmware. Even if theres a ROM bootloader which handles a
few issues, it rarely provides full access to all board-specific capabilities.
20
21
ek-lm3s811.cfg
stm3210e_eval.cfg
ek-lm3s9b9x.cfg
stm32f10x_128k_eval.cfg
hammer.cfg
str910-eval.cfg
hitex_lpc2929.cfg
telo.cfg
hitex_stm32-performancestick.cfg ti_beagleboard.cfg
hitex_str9-comstick.cfg
topas910.cfg
iar_str912_sk.cfg
topasa900.cfg
imx27ads.cfg
unknown_at91sam9260.cfg
imx27lnst.cfg
x300t.cfg
imx31pdk.cfg
zy1000.cfg
$
target ... think chip. The target directory represents the JTAG TAPs on a chip
which OpenOCD should control, not a board. Two common types of targets are ARM
chips and FPGA or CPLD chips. When a chip has multiple TAPs (maybe it has both
ARM and DSP cores), the target config file defines all of them.
$ ls target
aduc702x.cfg
imx27.cfg
pxa255.cfg
ar71xx.cfg
imx31.cfg
pxa270.cfg
at91eb40a.cfg
imx35.cfg
readme.txt
at91r40008.cfg
is5114.cfg
sam7se512.cfg
at91rm9200.cfg
ixp42x.cfg
sam7x256.cfg
at91sam3u1c.cfg lm3s1968.cfg samsung_s3c2410.cfg
at91sam3u1e.cfg lm3s3748.cfg samsung_s3c2440.cfg
at91sam3u2c.cfg lm3s6965.cfg samsung_s3c2450.cfg
at91sam3u2e.cfg lm3s811.cfg
samsung_s3c4510.cfg
at91sam3u4c.cfg lm3s9b9x.cfg samsung_s3c6410.cfg
at91sam3u4e.cfg lpc1768.cfg
sharp_lh79532.cfg
at91sam3uXX.cfg lpc2103.cfg
smdk6410.cfg
at91sam7sx.cfg
lpc2124.cfg
smp8634.cfg
at91sam9260.cfg lpc2129.cfg
stm32f1x.cfg
c100.cfg
lpc2148.cfg
str710.cfg
c100config.tcl
lpc2294.cfg
str730.cfg
c100helper.tcl
lpc2378.cfg
str750.cfg
c100regs.tcl
lpc2478.cfg
str912.cfg
cs351x.cfg
lpc2900.cfg
telo.cfg
davinci.cfg
mega128.cfg
ti_dm355.cfg
dragonite.cfg
netx500.cfg
ti_dm365.cfg
epc9301.cfg
omap2420.cfg ti_dm6446.cfg
feroceon.cfg
omap3530.cfg tmpa900.cfg
icepick.cfg
omap5912.cfg tmpa910.cfg
imx21.cfg
pic32mx.cfg
xba_revA3.cfg
$
more ... browse for other library files which may be useful. For example, there are
various generic and CPU-specific utilities.
The openocd.cfg user config file may override features in any of the above files by setting
variables before sourcing the target file, or by adding commands specific to their situation.
22
23
24
25
26
27
28
29
Provide a reset-assert event handler if you can. Such a handler uses JTAG operations
to reset the target, letting this target config be used in systems which dont provide the
optional SRST signal, or on systems where you dont want to reset all targets at once. Such
a handler might write to chip registers to force a reset, use a JRC to do that (preferable
the target may be wedged!), or force a watchdog timer to trigger. (For Cortex-M3 targets,
this is not necessary. The target driver knows how to use trigger an NVIC reset when SRST
is not available.)
Some chips need special attention during reset handling if theyre going to be used with
JTAG. An example might be needing to send some commands right after the targets TAP
has been reset, providing a reset-deassert-post event handler that writes a chip register
to report that JTAG debugging is being done. Another would be reconfiguring the watchdog
so that it stops counting while the core is halted in the debugger.
JTAG clocking constraints often change during reset, and in some cases target config files
(rather than board config files) are the right places to handle some of those issues. For
example, immediately after reset most chips run using a slower clock than they will use
later. That means that after reset (and potentially, as OpenOCD first starts up) they must
use a slower JTAG clock rate than they will use later. See [JTAG Speed], page 43.
Important: When you are debugging code that runs right after chip reset,
getting these issues right is critical. In particular, if you see intermittent failures
when OpenOCD verifies the scan chain after reset, look at how you are setting
up JTAG clocking.
30
proc init_targets {} {
# initializes specific chip with 128kB of flash and 64kB of RAM
setup_my_chip MY_CHIP_WITH_128K_FLASH_64KB_RAM 131072 65536
}
The easiest way to convert linear config files to init_targets version is to enclose every
line of code (i.e. not source commands, procedures, etc.) in this procedure.
For an example of this scheme see LPC2000 target config files.
The init_boards procedure is a similar concept concerning board config files (See [The
init board procedure], page 24.)
#
#
#
#
#
#
#
Lauterbach syntax(?)
Data.Set c15:0x042f %long 0x40000015
OpenOCD syntax when using procedure below.
setc15 0x01 0x00050078
31
32
7 Daemon Configuration
The commands here are commonly found in the openocd.cfg file and are used to specify
what TCP/IP ports are used, and how GDB should be supported.
init
[Config Command]
This command terminates the configuration stage and enters the run stage. This helps
when you need to have the startup scripts manage tasks such as resetting the target,
programming flash, etc. To reset the CPU upon startup, add "init" and "reset" at
the end of the config script or at the end of the OpenOCD command line using the
-c command line switch.
If this command does not appear in any startup/configuration file OpenOCD executes
the command for you after processing all configuration files and/or command line
options.
NOTE: This command normally occurs at or near the end of your openocd.cfg file
to force OpenOCD to initialize and make the targets ready. For example: If your
openocd.cfg file needs to read/write memory on your target, init must occur before
the memory read/write commands. This includes nand probe.
[Overridable Procedure]
This is invoked at server startup to verify that it can talk to the scan chain (list of
TAPs) which has been configured.
jtag_init
33
The default implementation first tries jtag arp_init, which uses only a lightweight
JTAG reset before examining the scan chain. If that fails, it tries again, using a
harder reset from the overridable procedure init_reset.
Implementations must have verified the JTAG scan chain before they return. This is
done by calling jtag arp_init (or jtag arp_init-reset).
gdb_port [number]
[Command]
Normally gdb listens to a TCP/IP port, but GDB can also communicate via
pipes(stdin/out or named pipes). The name "gdb port" stuck because it covers
probably more than 90% of the normal use cases.
No arguments reports GDB port. "pipe" means listen to stdin output to stdout, an
integer is base port number, "disable" disables the gdb server.
When using "pipe", also use log output to redirect the log output to a file so as not
to flood the stdin/out pipes.
The -p/pipe option is deprecated and a warning is printed as it is equivalent to
passing in -c "gdb port pipe; log output openocd.log".
Any other string is interpreted as named pipe to listen to. Output pipe is the same
name as input pipe, but with o appended, e.g. /var/gdb, /var/gdbo.
The GDB port for the first target will be the base port, the second target will listen
on gdb port + 1, and so on. When not specified during the configuration stage, the
port number defaults to 3333.
tcl_port [number]
[Command]
Specify or query the port used for a simplified RPC connection that can be used by
clients to issue TCL commands and get the output from the Tcl engine. Intended
as a machine interface. When not specified during the configuration stage, the port
number defaults to 6666.
telnet_port [number]
[Command]
Specify or query the port on which to listen for incoming telnet connections. This
port is intended for interaction with one human through TCL commands. When not
specified during the configuration stage, the port number defaults to 4444. When
specified as zero, this port is not activated.
34
gdb_breakpoint_override [hard|soft|disable]
[Command]
Force breakpoint type for gdb break commands. This option supports GDB GUIs
which dont distinguish hard versus soft breakpoints, if the default OpenOCD and
GDB behaviour is not sufficient. GDB normally uses hardware breakpoints if the
memory map has been set up for flash regions.
gdb_flash_program (enable|disable)
[Config Command]
Set to enable to cause OpenOCD to program the flash memory when a vFlash
packet is received. The default behaviour is enable.
gdb_memory_map (enable|disable)
[Config Command]
Set to enable to cause OpenOCD to send the memory configuration to GDB when
requested. GDB will then know when to set hardware breakpoints, and program flash
using the GDB load command. gdb_flash_program enable must also be enabled for
flash programming to work. Default behaviour is enable. See [gdb flash program],
page 34.
gdb_report_data_abort (enable|disable)
[Config Command]
Specifies whether data aborts cause an error to be reported by GDB memory read
packets. The default behaviour is disable; use enable see these errors reported.
poll [on|off]
35
[Command]
Poll the current target for its current state. (Also, see [target curstate], page 61.)
If that target is in debug mode, architecture specific information about the current
state is printed. An optional parameter allows background polling to be enabled and
disabled.
You could use this from the TCL command shell, or from GDB using monitor poll
command. Leave background polling enabled while youre using GDB.
> poll
background polling: on
target state: halted
target halted in ARM state due to debug-request, \
current mode: Supervisor
cpsr: 0x800000d3 pc: 0x11081bfc
MMU: disabled, D-Cache: disabled, I-Cache: enabled
>
36
interface name
[Config Command]
interface_list
[Command]
Specifies the transports supported by this debug adapter. The adapter driver buildsin similar knowledge; use this only when external configuration (such as jumpering)
changes what the hardware can support.
adapter_name
Returns the name of the debug adapter driver being used.
[Command]
37
amt_jtagaccel
parport_port number
[Config Command]
Specifies either the address of the I/O port (default: 0x378 for LPT1) or the
number of the /dev/parport device.
rtck [enable|disable]
[Config Command]
Displays status of RTCK option. Optionally sets that option first.
[Interface Driver]
Olimex ARM-JTAG-EW USB adapter This has one driver-specific command:
arm-jtag-ew
armjtagew_info
[Command]
at91rm9200
[Interface Driver]
dummy
A dummy software-only driver for debugging.
[Interface Driver]
Cirrus Logic EP93xx based single-board computer bit-banging (in development)
ep93xx
[Interface Driver]
FTDI FT2232 (USB) based devices over one of the userspace libraries. These interfaces have several commands, used to configure the driver before initializing the
JTAG scan chain:
ft2232
ft2232_device_desc description
[Config Command]
Provides the USB device description (the iProduct string) of the FTDI FT2232
device. If not specified, the FTDI default value is used. This setting is only
valid if compiled with FTD2XX support.
ft2232_serial serial-number
[Config Command]
Specifies the serial-number of the FTDI FT2232 device to use, in case the
vendor provides unique IDs and more than one FT2232 device is connected
to the host. If not specified, serial numbers are not considered. (Note that
USB serial numbers can be arbitrary Unicode strings, and are not restricted to
containing only decimal digits.)
ft2232_layout name
[Config Command]
Each vendors FT2232 device can use different GPIO signals to control outputenables, reset signals, and LEDs. Currently valid layout name values include:
38
[Config Command]
The vendor ID and product ID of the FTDI FT2232 device. If not specified,
the FTDI default values are used. Currently, up to eight [vid, pid] pairs may
be given, e.g.
ft2232_vid_pid 0x0403 0xcff8 0x15ba 0x0003
ft2232_latency ms
[Config Command]
On some systems using FT2232 based JTAG interfaces the FT Read function
call in ft2232 read() fails to return the expected number of bytes. This can
be caused by USB communication delays and has proved hard to reproduce
and debug. Setting the FT2232 latency timer to a larger value increases delays
for short USB packets but it also reduces the risk of timeouts before receiving
the expected number of bytes. The OpenOCD default value is 2 and for some
systems a value of 10 has proved useful.
For example, the interface config file for a Turtelizer JTAG Adapter looks something
like this:
39
interface ft2232
ft2232_device_desc "Turtelizer JTAG/RS232 Adapter"
ft2232_layout turtelizer2
ft2232_vid_pid 0x0403 0xbdc8
[Interface Driver]
Drive JTAG from a remote process. This sets up a UNIX or TCP socket connection
with a remote process and sends ASCII encoded bitbang requests to that process
instead of directly driving JTAG.
The remote bitbang driver is useful for debugging software running on processors
which are being simulated.
remote_bitbang
remote_bitbang_port number
[Config Command]
Specifies the TCP port of the remote process to connect to or 0 to use UNIX
sockets instead of TCP.
remote_bitbang_host hostname
[Config Command]
Specifies the hostname of the remote process to connect to using TCP, or the
name of the UNIX socket to use if remote bitbang port is 0.
For example, to connect remotely via TCP to the host foobar you might have something like:
interface remote_bitbang
remote_bitbang_port 3335
remote_bitbang_host foobar
To connect to another process running locally via UNIX sockets with socket named
mysocket:
interface remote_bitbang
remote_bitbang_port 0
remote_bitbang_host mysocket
[Interface Driver]
USB JTAG/USB-Blaster compatibles over one of the userspace libraries for FTDI
chips. These interfaces have several commands, used to configure the driver before
initializing the JTAG scan chain:
usb_blaster
usb_blaster_device_desc description
[Config Command]
Provides the USB device description (the iProduct string) of the FTDI FT245
device. If not specified, the FTDI default value is used. This setting is only
valid if compiled with FTD2XX support.
[Config Command]
The vendor ID and product ID of the FTDI FT245 device. If not specified,
default values are used. Currently, only one vid, pid pair may be given, e.g. for
Altera USB-Blaster (default):
usb_blaster_vid_pid 0x09FB 0x6001
The following VID/PID is for Kolja Waschks USB JTAG:
usb_blaster_vid_pid 0x16C0 0x06AD
40
[Command]
Sets the state of the unused GPIO pins on USB-Blasters (pins 6 and 8 on the
female JTAG header). These pins can be used as SRST and/or TRST provided
the appropriate connections are made on the target board.
For example, to use pin 6 as SRST (as with an AVR board):
$_TARGETNAME configure -event reset-assert \
"usb_blaster pin6 1; wait 1; usb_blaster pin6 0"
[Interface Driver]
Gateworks GW16012 JTAG programmer. This has one driver-specific command:
gw16012
[Config Command]
Display either the address of the I/O port (default: 0x378 for LPT1) or the
number of the /dev/parport device. If a parameter is provided, first switch
to use that port. This is a write-once setting.
[Interface Driver]
jlink
Segger jlink USB adapter
[Interface Driver]
Supports PC parallel port bit-banging cables: Wigglers, PLD download cable, and
more. These interfaces have several commands, used to configure the driver before
initializing the JTAG scan chain:
parport
parport_cable name
[Config Command]
Set the layout of the parallel port cable used to connect to the target. This is
a write-once setting. Currently valid cable name values include:
altium Altium Universal JTAG cable.
arm-jtag Same as original wiggler except SRST and TRST connections
reversed and TRST is also inverted.
chameleon The Amontec Chameleons CPLD when operated in configuration mode. This is only used to program the Chameleon itself, not a
connected target.
dlc5 The Xilinx Parallel cable III.
flashlink The ST Parallel cable.
lattice Lattice ispDOWNLOAD Cable
old amt wiggler The Wiggler configuration that comes with some versions
of Amontecs Chameleon Programmer. The new version available from the
website uses the original Wiggler layout (wiggler)
triton The parallel port adapter found on the Karo Triton 1 Development Board. This is also the layout used by the HollyGates design (see
http://www.lartmaker.nl/projects/jtag/).
wiggler The original Wiggler layout, also supported by several clones, such
as the Olimex ARM-JTAG
wiggler2 Same as original wiggler except an led is fitted on D5.
wiggler ntrst inverted Same as original wiggler except TRST is inverted.
41
[Config Command]
Display either the address of the I/O port (default: 0x378 for LPT1) or the
number of the /dev/parport device. If a parameter is provided, first switch
to use that port. This is a write-once setting.
When using PPDEV to access the parallel port, use the number of the parallel
port: parport_port 0 (the default). If parport_port 0x378 is specified you
may encounter a problem.
parport_toggling_time [nanoseconds]
[Command]
Displays how many nanoseconds the hardware needs to toggle TCK; the parport
driver uses this value to obey the adapter_khz configuration. When the optional nanoseconds parameter is given, that setting is changed before displaying
the current value.
The default setting should work reasonably well on commodity PC hardware.
However, you may want to calibrate for your specific hardware.
Tip: To measure the toggling time with a logic analyzer or a digital
storage oscilloscope, follow the procedure below:
> parport_toggling_time 1000
> adapter_khz 500
This sets the maximum JTAG clock speed of the hardware, but the
actual speed probably deviates from the requested 500 kHz. Now,
measure the time between the two closest spaced TCK transitions.
You can use runtest 1000 or something similar to generate a large
set of samples. Update the setting to match your measurement:
> parport_toggling_time <measured nanoseconds>
Now the clock speed will be a better match for adapter_khz rate
commands given in OpenOCD scripts and event handlers.
You can do something similar with many digital multimeters, but
note that youll probably need to run the clock continuously for
several seconds before it decides what clock rate to show. Adjust
the toggling time up or down until the measured clock rate is a good
match for the adapter khz rate you specified; be conservative.
parport_write_on_exit (on|off)
[Config Command]
This will configure the parallel driver to write a known cable-specific value to
the parallel interface on exiting OpenOCD.
For example, the interface configuration file for a classic Wiggler cable on LPT2
might look something like this:
interface parport
parport_port 0x278
parport_cable wiggler
presto
ASIX PRESTO USB JTAG programmer.
[Interface Driver]
42
[Config Command]
Configures the USB serial number of the Presto device to use.
[Interface Driver]
rlink
Raisonance RLink USB adapter
[Interface Driver]
usbprog
usbprog is a freely programmable USB adapter.
[Interface Driver]
vsllink
vsllink is part of Versaloon which is a versatile USB programmer.
Note: This defines quite a few driver-specific commands, which are not
currently documented here.
stlink
[Interface Driver]
ZY1000
[Interface Driver]
power [on|off]
[Command]
transport list
[Command]
Select which of the supported transports to use in this OpenOCD session. The
transport must be supported by the debug adapter hardware and by the version
of OPenOCD you are using (including the adapters driver). No arguments: returns
name of sessions selected transport.
43
[Command]
Declares a single DAP which uses SWD transport. Parameters are currently the same
as "jtag newtap" but this is expected to change.
[Command]
Updates TRN (turnaraound delay) and prescaling.fields of the Wire Control Register
(WCR). No parameters: displays current settings.
[Command]
A non-zero speed is in KHZ. Hence: 3000 is 3mhz. JTAG interfaces usually support
a limited number of speeds. The speed actually used wont be faster than the speed
specified.
44
Chip data sheets generally include a top JTAG clock rate. The actual rate is often a
function of a CPU core clock, and is normally less than that peak rate. For example,
most ARM cores accept at most one sixth of the CPU clock.
Speed 0 (khz) selects RTCK method. See [FAQ RTCK], page 117. If your system uses
RTCK, you wont need to change the JTAG clocking after setup. Not all interfaces,
boards, or targets support rtck. If the interface device can not support it, an error
is returned when you try to use RTCK.
[Function]
This Tcl proc (defined in startup.tcl) attempts to enable RTCK/RCLK. If that
fails (maybe the interface, board, or target doesnt support it), falls back to the
specified frequency.
# Fall back to 3mhz if RTCK is not supported
jtag_rclk 3000
45
9 Reset Configuration
Every system configuration may require a different reset configuration. This can also be
quite confusing. Resets also interact with reset-init event handlers, which do things like
setting up clocks and DRAM, and JTAG clock rates. (See [JTAG Speed], page 43.) They
can also interact with JTAG routers. Please see the various board files for examples.
Note: To maintainers and integrators: Reset configuration touches several
things at once. Normally the board configuration file should define it and assume that the JTAG adapter supports everything thats wired up to the boards
JTAG connector.
However, the target configuration file could also make note of something the silicon vendor has done inside the chip, which will be true for most (or all) boards
using that chip. And when the JTAG adapter doesnt support everything,
the user configuration file will need to override parts of the reset configuration
provided by other files.
46
When SRST is not available, your code might not be able to rely on controllers having
been fully reset during code startup. Missing TRST is not a problem, since JTAG-level
resets can be triggered using with TMS signaling.
Signals shorted ... Sometimes a chip, board, or adapter will connect SRST to TRST,
instead of keeping them separate. Use the reset_config combination options to say
when those signals arent properly independent.
Timing ... Reset circuitry like a resistor/capacitor delay circuit, reset supervisor, or
on-chip features can extend the effect of a JTAG adapters reset for some time after
the adapter stops issuing the reset. For example, there may be chip or board requirements that all reset pulses last for at least a certain amount of time; and reset
buttons commonly have hardware debouncing. Use the adapter_nsrst_delay and
jtag_ntrst_delay commands to say when extra delays are needed.
Drive type ... Reset lines often have a pullup resistor, letting the JTAG interface
treat them as open-drain signals. But thats not a requirement, so the adapter may
need to use push/pull output drivers. Also, with weak pullups it may be advisable to
drive signals to both levels (push/pull) to minimize rise times. Use the reset_config
trst type and srst type parameters to say how to drive reset signals.
Special initialization ... Targets sometimes need special JTAG initialization sequences
to handle chip-specific issues (not limited to errata). For example, certain JTAG commands might need to be issued while the system as a whole is in a reset state (SRST
active) but the JTAG scan chain is usable (TRST inactive). Many systems treat combined assertion of SRST and TRST as a trigger for a harder reset than SRST alone.
Such custom reset handling is discussed later in this chapter.
There can also be other issues. Some devices dont fully conform to the JTAG specifications.
Trivial system-specific differences are common, such as SRST and TRST using slightly
different names. There are also vendors who distribute key JTAG documentation for their
chips only to developers who have signed a Non-Disclosure Agreement (NDA).
Sometimes there are chip-specific extensions like a requirement to use the normally-optional
TRST signal (precluding use of JTAG adapters which dont pass TRST through), or needing
extra steps to complete a TAP reset.
In short, SRST and especially TRST handling may be very finicky, needing to cope with
both architecture and board specific constraints.
[Command]
Minimum amount of time (in milliseconds) OpenOCD should wait after asserting
nSRST (active-low system reset) before allowing it to be deasserted.
adapter_nsrst_delay milliseconds
[Command]
How long (in milliseconds) OpenOCD should wait after deasserting nSRST (activelow system reset) before starting new JTAG operations. When a board has a reset
button connected to SRST line it will probably have hardware debouncing, implying
you should use this.
47
jtag_ntrst_assert_width milliseconds
[Command]
Minimum amount of time (in milliseconds) OpenOCD should wait after asserting
nTRST (active-low JTAG TAP reset) before allowing it to be deasserted.
jtag_ntrst_delay milliseconds
[Command]
How long (in milliseconds) OpenOCD should wait after deasserting nTRST (activelow JTAG TAP reset) before starting new JTAG operations.
[Command]
This command displays or modifies the reset configuration of your combination of
JTAG board and target in target configuration scripts.
Information earlier in this section describes the kind of problems the command is
intended to address (see [SRST and TRST Issues], page 45). As a rule this command
belongs only in board config files, describing issues like board doesnt connect TRST ;
or in user config files, addressing limitations derived from a particular combination
of interface and board. (An unlikely example would be using a TRST-only adapter
with a board that only wires up SRST.)
The mode flag options can be specified in any order, but only one of each type
signals, combination, gates, trst type, and srst type may be specified at a time.
If you dont provide a new value for a given type, its previous value (perhaps the
default) is unchanged. For example, this means that you dont need to say anything
at all about TRST just to declare that if the JTAG adapter should want to drive
SRST, it must explicitly be driven high (srst_push_pull).
signals can specify which of the reset signals are connected. For example, If
the JTAG interface provides SRST, but the board doesnt connect that signal
properly, then OpenOCD cant use it. Possible values are none (the default),
trst_only, srst_only and trst_and_srst.
Tip: If your board provides SRST and/or TRST through the JTAG
connector, you must declare that so those signals can be used.
The combination is an optional value specifying broken reset signal implementations. The default behaviour if no option given is separate, indicating everything behaves normally. srst_pulls_trst states that the test logic is reset
together with the reset of the system (e.g. NXP LPC2000, "broken" board layout), trst_pulls_srst says that the system is reset together with the test logic
(only hypothetical, I havent seen hardware with such a bug, and can be worked
around). combined implies both srst_pulls_trst and trst_pulls_srst.
The gates tokens control flags that describe some cases where JTAG may be
unvailable during reset. srst_gates_jtag (default) indicates that asserting
SRST gates the JTAG clock. This means that no communication can happen
on JTAG while SRST is asserted. Its converse is srst_nogate, indicating that
JTAG commands can safely be issued while SRST is active.
The optional trst type and srst type parameters allow the driver mode of each reset
line to be specified. These values only affect JTAG interfaces with support for different
driver modes, like the Amontec JTAGkey and JTAG Accelerator. Also, they are
necessarily ignored if the relevant signal (TRST or SRST) is not connected.
48
Possible trst type driver modes for the test reset signal (TRST) are the default
trst_push_pull, and trst_open_drain. Most boards connect this signal to
a pulldown, so the JTAG TAPs never leave reset unless they are hooked up to a
JTAG adapter.
Possible srst type driver modes for the system reset signal (SRST) are the default
srst_open_drain, and srst_push_pull. Most boards connect this signal to
a pullup, and allow the signal to be pulled low by various events including system
powerup and pressing a reset button.
init_reset mode
[Overridable Procedure]
This is invoked near the beginning of the reset command, usually to provide as much
of a cold (power-up) reset as practical. By default it is also invoked from jtag_init
if the scan chain does not respond to pure JTAG operations. The mode parameter is
the parameter given to the low level reset command (halt, init, or run), setup,
or potentially some other value.
The default implementation just invokes jtag arp_init-reset. Replacements will
normally build on low level JTAG operations such as jtag_reset. Operations here
must not address individual TAPs (or their associated targets) until the JTAG scan
chain has first been verified to work.
Implementations must have verified the JTAG scan chain before they return. This is
done by calling jtag arp_init (or jtag arp_init-reset).
49
[Command]
This validates the scan chain using just the four standard JTAG signals (TMS, TCK,
TDI, TDO). It starts by issuing a JTAG-only reset. Then it performs checks to verify
that the scan chain configuration matches the TAPs it can observe. Those checks
include checking IDCODE values for each active TAP, and verifying the length of
their instruction registers using TAP -ircapture and -irmask values. If these tests
all pass, TAP setup events are issued to all TAPs with handlers for that event.
jtag arp_init
[Command]
This uses TRST and SRST to try resetting everything on the JTAG scan chain (and
anything else connected to SRST). It then invokes the logic of jtag arp_init.
jtag arp_init-reset
50
10 TAP Declaration
Test Access Ports (TAPs) are the core of JTAG. TAPs serve many roles, including:
Debug Target A CPU TAP can be used as a GDB debug target
Flash Programing Some chips program the flash directly via JTAG. Others do it indirectly, making a CPU do it.
Program Download Using the same CPU support GDB uses, you can initialize a DRAM
controller, download code to DRAM, and then start running that code.
Boundary Scan Most chips support boundary scan, which helps test for board assembly
problems like solder bridges and missing connections
OpenOCD must know about the active TAPs on your board(s). Setting up the TAPs is
the core task of your configuration files. Once those TAPs are set up, you can pass their
names to code which sets up CPUs and exports them as GDB targets, probes flash memory,
performs low-level JTAG operations, and more.
51
For example, the ST Microsystems STR912 chip has three separate TAPs1 . To configure
those taps, target/str912.cfg includes commands something like this:
jtag newtap str912 flash ... params ...
jtag newtap str912 cpu ... params ...
jtag newtap str912 bs ... params ...
Actual config files use a variable instead of literals like str912, to support more than one
chip of each type. See Chapter 6 [Config File Guidelines], page 20.
[Command]
Returns the names of all current TAPs in the scan chain. Use jtag cget or jtag
tapisenabled to examine attributes and state of each TAP.
foreach t [jtag names] {
puts [format "TAP: %s\n" $t]
}
jtag names
[Command]
Displays the TAPs in the scan chain configuration, and their status. The set of TAPs
listed by this command is fixed by exiting the OpenOCD configuration stage, but
systems with a JTAG router can enable or disable TAPs dynamically.
scan_chain
[Command]
Declares a new TAP with the dotted name chipname.tapname, and configured according to the various configparams.
The chipname is a symbolic name for the chip. Conventionally target config files use
$_CHIPNAME, defaulting to the model name given by the chip vendor but overridable.
The tapname reflects the role of that TAP, and should follow this convention:
See the ST document titled: STR91xFAxxx, Section 3.15 Jtag Interface, Page: 28/102, Figure 3: JTAG
chaining inside the STR91xFA. http://eu.st.com/stonline/products/literature/ds/13495.pdf
52
53
-irmask NUMBER
A mask used with -ircapture to verify that instruction scans work correctly.
Such scans are not used by OpenOCD except to verify that there seems to be no
problems with JTAG scan chain operations.
[Command]
[Command]
At this writing this TAP attribute mechanism is used only for event handling. (It is
not a direct analogue of the cget/configure mechanism for debugger targets.) See
the next section for information about the available events.
The configure subcommand assigns an event handler, a TCL string which is evaluated when the event is triggered. The cget subcommand returns that handler.
54
[Command]
If necessary, disables the tap by sending it a tap-disable event. Returns the string
"1" if the tap specified by dotted.name is enabled, and "0" if it is disabled.
[Command]
If necessary, enables the tap by sending it a tap-enable event. Returns the string
"1" if the tap specified by dotted.name is enabled, and "0" if it is disabled.
[Command]
Returns the string "1" if the tap specified by dotted.name is enabled, and "0" if it is
disabled.
Note: Humans will find the scan_chain command more helpful for querying the state of the JTAG taps.
55
10.7 Autoprobing
TAP configuration is the first thing that needs to be done after interface and reset configuration. Sometimes its hard finding out what TAPs exist, or how they are identified.
Vendor documentation is not always easy to find and use.
To help you get past such problems, OpenOCD has a limited autoprobing ability to look at
the scan chain, doing a blind interrogation and then reporting the TAPs it finds. To use this
mechanism, start the OpenOCD server with only data that configures your JTAG interface,
and arranges to come up with a slow clock (many devices dont support fast JTAG clocks
right when they come out of reset).
For example, your openocd.cfg file might have:
source [find interface/olimex-arm-usb-tiny-h.cfg]
reset_config trst_and_srst
jtag_rclk 8
When you start the server without any TAPs configured, it will attempt to autoconfigure
the TAPs. There are two parts to this:
1. TAP discovery ... After a JTAG reset (sometimes a system reset may be needed too),
each TAPs data registers will hold the contents of either the IDCODE or BYPASS
register. If JTAG communication is working, OpenOCD will see each TAP, and report
what -expected-id to use with it.
2. IR Length discovery ... Unfortunately JTAG does not provide a reliable way to find out
the value of the -irlen parameter to use with a TAP that is discovered. If OpenOCD
can discover the length of a TAPs instruction register, it will report it. Otherwise you
may need to consult vendor documentation, such as chip data sheets or BSDL files.
In many cases your board will have a simple scan chain with just a single device. Heres
what OpenOCD reported with one board thats a bit more complex:
clock speed 8 kHz
There are no enabled taps. AUTO PROBING MIGHT NOT WORK!!
AUTO auto0.tap - use "jtag newtap auto0 tap -expected-id 0x2b900f0f ..."
AUTO auto1.tap - use "jtag newtap auto1 tap -expected-id 0x07926001 ..."
AUTO auto2.tap - use "jtag newtap auto2 tap -expected-id 0x0b73b02f ..."
AUTO auto0.tap - use "... -irlen 4"
AUTO auto1.tap - use "... -irlen 4"
AUTO auto2.tap - use "... -irlen 6"
no gdb ports allocated as no target has been specified
Given that information, you should be able to either find some existing config files to use,
or create your own. If you create your own, you would configure from the bottom up: first
a target.cfg file with these TAPs, any targets associated with them, and any on-chip
resources; then a board.cfg with off-chip resources, clocking, and so forth.
56
11 CPU Configuration
This chapter discusses how to set up GDB debug targets for CPUs. You can also access
these targets without GDB (see Chapter 16 [Architecture and Core Commands], page 93,
and [Target State handling], page 88) and through various kinds of NAND and NOR flash
commands. If you have multiple CPUs you can have multiple such targets.
Well start by looking at how to examine the targets you have, then look at how to add one
more target and how to configure it.
Type
---------arm920t
cortex_m3
Endian
-----little
little
TapName
-----------------at91rm9200.cpu
mychip.foo
State
-----------running
tap-disabled
One member of that list is the current target, which is implicitly referenced by many
commands. Its the one marked with a * near the target name. In particular, memory
addresses often refer to the address space seen by that current target. Commands like mdw
(memory display words) and flash erase_address (erase NOR flash blocks) are examples;
and there are many more.
Several commands let you examine the list of targets:
[Command]
Note: target numbers are deprecated; dont use them. They will be removed shortly
after August 2010, including this command. Iterate target using target names, not
by counting.
target count
target current
[Command]
target names
Lists the names of all current targets in the list.
foreach t [target names] {
puts [format "Target: %s\n" $t]
}
[Command]
57
[Command]
Note: target numbers are deprecated; dont use them. They will be removed shortly
after August 2010, including this command.
The list of targets is numbered starting at zero. This command returns the name of
the target at index number.
set thename [target number $x]
puts [format "Target %d is: %s\n" $x $thename]
targets [name]
[Command]
Note: the name of this command is plural. Other target command names are singular.
With no parameter, this command displays a table of all known targets in a user
friendly form.
With a parameter, this command sets the current target to the given target with the
given name; this is only relevant on boards which have more than one target.
target types
58
59
addresses needed. At this writing, OpenOCD doesnt have much MMU intelligence.
Its often very useful to define a reset-init event handler. For systems that are normally
used with a boot loader, common tasks include updating clocks and initializing memory
controllers. That may be needed to let you write the boot loader into flash, in order to
de-brick your board; or to load programs into external DDR memory without having run
the boot loader.
[Command]
This command creates a GDB debug target that refers to a specific JTAG tap. It
enters that target into a list, and creates a new command (target_name ) which is
used for various purposes including additional configuration.
target name ... is the name of the debug target. By convention this should be
the same as the dotted.name of the TAP associated with this target, which must
be specified here using the -chain-position dotted.name configparam.
This name is also used to create the target object command, referred to here as
$target_name, and in other places the target needs to be identified.
type ... specifies the target type. See [target types], page 57.
configparams ... all parameters accepted by $target_name configure are permitted. If the target is big-endian, set it here with -endian big. If the variant
matters, set it here with -variant.
You must set the -chain-position dotted.name here.
[Command]
The options accepted by this command may also be specified as parameters to target
create. Their values can later be queried one at a time by using the $target_name
cget command.
Warning: changing some of these after setup is dangerous. For example, moving a
target from one TAP to another; and changing its endianness or variant.
-chain-position dotted.name names the TAP used to access this target.
-endian (big|little) specifies whether the CPU uses big or little endian
conventions
-event event name event body See [Target Events], page 61. Note that this
updates a list of named event handlers. Calling this twice with two different
event names assigns two different handlers, but calling it twice with the same
event name assigns only one handler.
-variant name specifies a variant of the target, which OpenOCD needs to
know about.
-work-area-backup (0|1) says whether the work area gets backed up; by
default, it is not backed up. When possible, use a working area that doesnt need
to be backed up, since performing a backup slows down operations. For example,
the beginning of an SRAM block is likely to be used by most build systems, but
the end is often unused.
-work-area-size size specify work are size, in bytes. The same size applies
regardless of whether its physical or virtual address is being used.
60
-work-area-phys address set the work area base address to be used when no
MMU is active.
-work-area-virt address set the work area base address to be used when an
MMU is active. Do not specify a value for this except on targets with an MMU.
The value should normally correspond to a static mapping for the -work-areaphys address, set up by the current operating system.
$target_name
$target_name
$target_name
$target_name
$target_name
arp_examine
arp_halt
arp_poll
arp_reset
arp_waitstate
[Command]
[Command]
These provide an efficient script-oriented interface to memory. The array2mem primitive writes bytes, halfwords, or words; while mem2array reads them. In both cases,
the TCL side uses an array, and the target side uses raw memory.
The efficiency comes from enabling the use of bulk JTAG data transfer operations.
The script orientation comes from working with data values that are packaged for use
by TCL scripts; mdw type primitives only print data they retrieve, and neither store
nor return those values.
arrayname ... is the name of an array variable
61
[Command]
Each configuration parameter accepted by $target_name configure can be individually queried, to return its current value. The queryparm is a parameter name accepted
by that command, such as -work-area-phys. There are a few special cases:
-event event name returns the handler for the event named event name. This
is a special case because setting a handler requires two parameters.
-type returns the target type. This is a special case because this is set using
target create and cant be changed using $target_name configure.
For example, if you wanted to summarize information about all the targets you might
use something like this:
foreach name [target names] {
set y [$name cget -endian]
set z [$name cget -type]
puts [format "Chip %d is %s, Endian: %s, type: %s" \
$x $name $y $z]
}
[Command]
Displays the current target state: debug-running, halted, reset, running, or
unknown. (Also, see [Event Polling], page 34.)
$target_name curstate
[Command]
Displays a table listing all event handlers currently associated with this target. See
[Target Events], page 61.
$target_name eventlist
[Command]
Invokes the handler for the event named event name. (This is primarily intended for
use by OpenOCD framework code, for example by the reset code in startup.tcl.)
[Command]
[Command]
[Command]
Display contents of address addr, as 32-bit words (mdw), 16-bit halfwords (mdh), or
8-bit bytes (mdb). If count is specified, displays that many units. (If you want to
manipulate the data instead of displaying it, see the mem2array primitives.)
[Command]
[Command]
[Command]
Writes the specified word (32 bits), halfword (16 bits), or byte (8-bit) pattern, at the
specified address addr.
62
63
gdb-flash-erase-start
Before the GDB flash process tries to erase the flash
gdb-flash-erase-end
After the GDB flash process has finished erasing the flash
gdb-flash-write-start
Before GDB writes to the flash
gdb-flash-write-end
After GDB writes to the flash
gdb-start
Before the target steps, gdb is trying to start/resume the target
halted
The target has halted
reset-assert-pre
Issued as part of reset processing after reset_init was triggered but before either
SRST alone is re-asserted on the scan chain, or reset-assert is triggered.
reset-assert
Issued as part of reset processing after reset-assert-pre was triggered. When such a
handler is present, cores which support this event will use it instead of asserting SRST.
This support is essential for debugging with JTAG interfaces which dont include an
SRST line (JTAG doesnt require SRST), and for selective reset on scan chains that
have multiple targets.
reset-assert-post
Issued as part of reset processing after reset-assert has been triggered. or the target
asserted SRST on the entire scan chain.
reset-deassert-pre
Issued as part of reset processing after reset-assert-post has been triggered.
reset-deassert-post
Issued as part of reset processing after reset-deassert-pre has been triggered and
(if the target is using it) after SRST has been released on the scan chain.
reset-end
Issued as the final step in reset processing.
reset-init
Used by reset init command for board-specific initialization. This event fires after
reset-deassert-post.
This is where you would configure PLLs and clocking, set up DRAM so you can download programs that dont fit in on-chip SRAM, set up pin multiplexing, and so on.
(You may be able to switch to a fast JTAG clock rate here, after the target clocks are
fully set up.)
reset-start
Issued as part of reset processing before reset_init is called.
This is the most robust place to use jtag_rclk or adapter_khz to switch to a low
JTAG clock rate, when reset disables PLLs needed to use a fast clock.
resume-start
Before any target is resumed
resume-end
After all targets have resumed
resume-ok
Success
resumed
Target has resumed
64
65
12 Flash Commands
OpenOCD has different commands for NOR and NAND flash; the flash command works
with NOR flash, while the nand command works with NAND flash. This partially reflects
different hardware technologies: NOR flash usually supports direct CPU instruction and
data bus access, while data from a NAND flash must be copied to memory before it can be
used. (SPI flash must also be copied to memory before use.) However, the documentation
also uses flash as a generic term; for example, Put flash configuration in board-specific
files.
Flash Steps:
1. Configure via the command flash bank
Do this in a board-specific configuration file, passing parameters as needed by the
driver.
2. Operate on the flash via flash subcommand
Often commands to manipulate the flash are typed by a human, or run via a script in
some automated way. Common tasks include writing a boot loader, operating system,
or other data.
3. GDB Flashing
Flashing via GDB requires the flash be configured via flash bank, and the GDB flash
features be enabled. See [GDB Configuration], page 33.
Many CPUs have the ablity to boot from the first flash bank. This means that misprogramming that bank can brick a system, so that it cant boot. JTAG tools, like
OpenOCD, are often then used to de-brick the board by (re)installing working boot
firmware.
[Config Command]
Configures a flash bank which provides persistent storage for addresses from base to
base+size1. These banks will often be visible to GDB through the targets memory
map. In some cases, configuring a flash bank will activate extra commands; see the
driver-specific documentation.
name ... may be used to reference the flash bank in other flash commands. A
number is also available.
driver ... identifies the controller driver associated with the flash bank being declared. This is usually cfi for external flash, or else the name of a microcontroller
with embedded flash memory. See [Flash Driver List], page 68.
base ... Base address of the flash chip.
size ... Size of the chip, in bytes. For some drivers, this value is detected from
the hardware.
chip width ... Width of the flash chip, in bytes; ignored for most microcontroller
drivers.
bus width ... Width of the data bus used to access the chip, in bytes; ignored
for most microcontroller drivers.
66
target ... Names the target used to issue commands to the flash controller.
driver options ... drivers may support, or require, additional parameters. See
the driver-specific documentation for more information.
Note: This command is not available after OpenOCD initialization has
completed. Use it in board specific configuration files, not interactively.
[Command]
Prints a one-line summary of each device that was declared using flash bank, numbered from zero. Note that this is the plural form; the singular form is a very different
command.
flash banks
[Command]
Retrieves a list of associative arrays for each device that was declared using flash
bank, numbered from zero. This returned list can be manipulated easily from within
scripts.
flash list
[Command]
Identify the flash, or validate the parameters of the configured flash. Operation
depends on the flash type. The num parameter is a value shown by flash banks.
Most flash commands will implicitly autoprobe the bank; flash drivers can distinguish
between probing and autoprobing, but most dont bother.
[Command]
Erase sectors in bank num, starting at sector first up to and including last. Sector
numbering starts at 0. Providing a last sector of last specifies "to the end of the
flash bank". The num parameter is a value shown by flash banks.
67
[Command]
Erase sectors starting at address for length bytes. Unless pad is specified, address
must begin a flash sector, and address + length 1 must end a sector. Specifying
pad erases extra data at the beginning and/or end of the specified region, as needed
to erase only full sectors. The flash bank to use is inferred from the address, and the
specified length must stay within that bank. As a special case, when length is zero
and address is the start of the bank, the whole flash is erased. If unlock is specified,
then the flash is unprotected before erase starts.
[Command]
[Command]
[Command]
Fills flash memory with the specified word (32 bits), halfword (16 bits), or byte (8-bit)
pattern, starting at address and continuing for length units (word/halfword/byte).
No erasure is done before writing; when needed, that must be done before issuing this
command. Writes are done in blocks of up to 1024 bytes, and each write is verified by
reading back the data and comparing it to what was written. The flash bank to use
is inferred from the address of each block, and the specified length must stay within
that bank.
[Command]
Write the binary filename to flash bank num, starting at offset bytes from the
beginning of the bank. The num parameter is a value shown by flash banks.
[Command]
Write the image filename to the current targets flash bank(s). A relocation offset
may be specified, in which case it is added to the base address for each section in the
image. The file [type] can be specified explicitly as bin (binary), ihex (Intel hex),
elf (ELF file), s19 (Motorola s19). mem, or builder. The relevant flash sectors
will be erased prior to programming if the erase parameter is given. If unlock
is provided, then the flash banks are unlocked before erase and program. The flash
bank to use is inferred from the address of each image section.
Warning: Be careful using the erase flag when the flash is holding data
you want to preserve. Portions of the flash outside those described in the
images sections might be erased with no notice.
When a section of the image being written does not fill out all the
sectors it uses, the unwritten parts of those sectors are necessarily
also erased, because sectors cant be partially erased.
Data stored in sector "holes" between image sections are also affected. For example, "flash write_image erase ..." of an image
with one byte at the beginning of a flash bank and one byte at the
end erases the entire bank not just the two sectors being written.
Also, when flash protection is important, you must re-apply it after it has
been removed by the unlock flag.
68
[Command]
Check erase state of sectors in flash bank num, and display that status. The num
parameter is a value shown by flash banks.
[Command]
Print info about flash bank num The num parameter is a value shown by flash
banks. This command will first query the hardware, it does not print cached and
possibly stale information.
[Command]
Enable (on) or disable (off) protection of flash sectors in flash bank num, starting
at sector first and continuing up to and including last. Providing a last sector of
last specifies "to the end of the flash bank". The num parameter is a value shown
by flash banks.
[Flash Driver]
The Common Flash Interface (CFI) is the main standard for external NOR flash
chips, each of which connects to a specific external chip select on the CPU. Frequently
the first such chip is used to boot the system. Your boards reset-init handler
might need to configure additional chip selects using other commands (like: mww to
configure a bus and its timings), or perhaps configure a GPIO pin that controls the
write protect pin on the flash chip. The CFI driver can use a target-specific working
area to significantly speed up operation.
The CFI driver can accept the following optional parameters, in any order:
jedec probe ... is used to detect certain non-CFI flash ROMs, like AM29LV010
and similar types.
x16 as x8 ... when a 16-bit flash is hooked up to an 8-bit bus.
To configure two adjacent banks of 16 MBytes each, both sixteen bits (two bytes)
wide on a sixteen bit bus:
flash bank $_FLASHNAME cfi 0x00000000 0x01000000 2 2 $_TARGETNAME
flash bank $_FLASHNAME cfi 0x01000000 0x01000000 2 2 $_TARGETNAME
To configure one bank of 32 MBytes built from two sixteen bit (two byte) wide parts
wired in parallel to create a thirty-two bit (four byte) bus with doubled throughput:
flash bank $_FLASHNAME cfi 0x00000000 0x02000000 2 4 $_TARGETNAME
[Flash Driver]
Some devices form STMicroelectronics (e.g. STR75x MCU family, SPEAr MPU
family) include a proprietary Serial Memory Interface (SMI) controller able to drive
stmsmi
69
external SPI flash devices. Depending on specific device and board configuration, up
to 4 external flash devices can be connected.
SMI makes the flash content directly accessible in the CPU address space; each external device is mapped in a memory bank. CPU can directly read data, execute code
and boot from SMI banks. Normal OpenOCD commands like mdw can be used to
display the flash content.
The setup command only requires the base parameter in order to identify the memory
bank. All other parameters are ignored. Additional information, like flash size, are
detected automatically.
flash bank $_FLASHNAME stmsmi 0xf8000000 0 0 0 $_TARGETNAME
aduc702x
[Flash Driver]
All members of the AT91SAM3 microcontroller family from Atmel include internal
flash and use ARMs Cortex-M3 core. The driver currently (6/22/09) recognizes the
AT91SAM3U[1/2/4][C/E] chips. Note that the driver was orginaly developed and
tested using the AT91SAM3U4E, using a SAM3U-EK eval board. Support for other
chips in the family was cribbed from the data sheet. Note to future readers/updaters:
Please remove this worrysome comment after other chips are confirmed.
The AT91SAM3U4[E/C] (256K) chips have two flash banks; most other chips have
one flash bank. In all cases the flash banks are at the following fixed locations:
# Flash bank 0 - all chips
flash bank $_FLASHNAME at91sam3 0x00080000 0 1 1 $_TARGETNAME
# Flash bank 1 - only 256K chips
flash bank $_FLASHNAME at91sam3 0x00100000 0 1 1 $_TARGETNAME
Internally, the AT91SAM3 flash memory is organized as follows. Unlike the
AT91SAM7 chips, these are not used as parameters to the flash bank command:
N-Banks: 256K chips have 2 banks, others have 1 bank.
Bank Size: 128K/64K Per flash bank
Sectors: 16 or 8 per bank
SectorSize: 8K Per Sector
PageSize: 256 bytes per page. Note that OpenOCD operates on sector sizes,
not page sizes.
at91sam3
at91sam3 gpnvm
at91sam3 gpnvm clear number
[Command]
[Command]
70
[Command]
[Command]
With no parameters, show or show all, shows the status of all GPNVM bits.
With show number, displays that bit.
With set number or clear number, modifies that GPNVM bit.
[Command]
This command attempts to display information about the AT91SAM3 chip.
First it read the CHIPID_CIDR [address 0x400e0740, see Section 28.2.1, page
505 of the AT91SAM3U 29/may/2009 datasheet, document id: doc6430A] and
decodes the values. Second it reads the various clock configuration registers
and attempts to display how it believes the chip is configured. By default, the
SLOWCLK is assumed to be 32768 Hz, see the command at91sam3 slowclk.
at91sam3 info
[Command]
This command shows/sets the slow clock frequency used in the at91sam3 info
command calculations above.
[Flash Driver]
All members of the AT91SAM7 microcontroller family from Atmel include internal
flash and use ARM7TDMI cores. The driver automatically recognizes a number of
these chips using the chip identification register, and autoconfigures itself.
flash bank $_FLASHNAME at91sam7 0 0 0 0 $_TARGETNAME
For chips which are not recognized by the controller driver, you must provide additional parameters in the following order:
chip model ... label used with flash info
banks
sectors per bank
pages per sector
pages size
num nvm bits
freq khz ... required if an external clock is provided, optional (but recommended)
when the oscillator frequency is known
at91sam7
It is recommended that you provide zeroes for all of those values except the clock
frequency, so that everything except that frequency will be autoconfigured. Knowing
the frequency helps ensure correct timings for flash access.
The flash controller handles erases automatically on a page (128/256 byte) basis, so
explicit erase commands are not necessary for flash programming. However, there is
an EraseAll command that can erase an entire flash plane (of up to 256KB), and
it will be used automatically when you issue flash erase_sector or flash erase_
address commands.
[Command]
Set or clear a General Purpose Non-Volatile Memory (GPNVM) bit for the
processor. Each processor has a number of such bits, used for controlling features such as brownout detection (so they are not truly general purpose).
71
Note: This assumes that the first flash bank (number 0) is associated with the appropriate at91sam7 target.
avr
[Flash Driver]
The AVR 8-bit microcontrollers from Atmel integrate flash memory. The current
implementation is incomplete.
[Flash Driver]
No idea what this is... The ecosflash driver defines one mandatory parameter, the
name of a modules of target code which is downloaded and executed.
ecosflash
[Flash Driver]
Most members of the LPC1700 and LPC2000 microcontroller families from NXP include internal flash and use Cortex-M3 (LPC1700) or ARM7TDMI (LPC2000) cores.
Note: There are LPC2000 devices which are not supported by the lpc2000
driver: The LPC2888 is supported by the lpc288x driver. The LPC29xx
family is supported by the lpc2900 driver.
The lpc2000 driver defines two mandatory and one optional parameters, which must
appear in the following order:
variant ... required, may be lpc2000_v1 (older LPC21xx and LPC22xx)
lpc2000_v2 (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx) or
lpc1700 (LPC175x and LPC176x)
clock kHz ... the frequency, in kiloHertz, at which the core is running
calc_checksum ... optional (but you probably want to provide this!), telling
the driver to calculate a valid checksum for the exception vector table.
Note: If you dont provide calc_checksum when youre writing the
vector table, the boot ROM will almost certainly ignore your flash
image. However, if you do provide it, with most tool chains verify_
image will fail.
lpc2000
LPC flashes dont require the chip and bus width to be specified.
flash bank $_FLASHNAME lpc2000 0x0 0x7d000 0 0 $_TARGETNAME \
lpc2000_v2 14765 calc_checksum
[Command]
Displays the four byte part identifier associated with the specified flash bank.
[Flash Driver]
The LPC2888 microcontroller from NXP needs slightly different flash support from
its lpc2000 siblings. The lpc288x driver defines one mandatory parameter, the programming clock rate in Hz. LPC flashes dont require the chip and bus width to be
specified.
flash bank $_FLASHNAME lpc288x 0 0 0 0 $_TARGETNAME 12000000
lpc288x
[Flash Driver]
This driver supports the LPC29xx ARM968E based microcontroller family from NXP.
The predefined parameters base, size, chip width and bus width of the flash bank
command are ignored. Flash size and sector layout are auto-configured by the driver.
lpc2900
72
The driver has one additional mandatory parameter: The CPU clock rate (in kHz)
at the time the flash operations will take place. Most of the time this will not be the
crystal frequency, but a higher PLL frequency. The reset-init event handler in the
board script is usually the place where you start the PLL.
The driver rejects flashless devices (currently the LPC2930).
The EEPROM in LPC2900 devices is not mapped directly into the address space. It
must be handled much more like NAND flash memory, and will therefore be handled
by a separate lpc2900_eeprom driver (not yet available).
Sector protection in terms of the LPC2900 is handled transparently. Every time a
sector needs to be erased or programmed, it is automatically unprotected. What is
shown as protection status in the flash info command, is actually the LPC2900
sector security. This is a mechanism to prevent a sector from ever being erased or
programmed again. As this is an irreversible mechanism, it is handled by a special command (lpc2900 secure_sector), and not by the standard flash protect
command.
Example for a 125 MHz clock frequency:
flash bank $_FLASHNAME lpc2900 0 0 0 0 $_TARGETNAME 125000
Some lpc2900-specific commands are defined. In the following command list, the
bank parameter is the bank number as obtained by the flash banks command.
[Command]
Calculates a 128-bit hash value, the signature, from the whole flash content.
This is a hardware feature of the flash block, hence the calculation is very fast.
You may use this to verify the content of a programmed device against a known
signature. Example:
lpc2900 signature 0
signature: 0x5f40cdc8:0xc64e592e:0x10490f89:0x32a0f317
[Command]
Reads the 912 bytes of customer information from the flash index sector, and
saves it to a file in binary format. Example:
lpc2900 read_custom 0 /path_to/customer_info.bin
The index sector of the flash is a write-only sector. It cannot be erased! In order to
guard against unintentional write access, all following commands need to be preceeded
by a successful call to the password command:
[Command]
You need to use this command right before each of the following commands:
lpc2900 write_custom, lpc2900 secure_sector, lpc2900 secure_jtag.
The password string is fixed to "I know what I am doing". Example:
lpc2900 password 0 I_know_what_I_am_doing
Potentially dangerous operation allowed in next command!
[Command]
Writes the content of the file into the customer info space of the flash index
sector. The filetype can be specified with the type field. Possible values for type
73
are: bin (binary), ihex (Intel hex format), elf (ELF binary) or s19 (Motorola
S-records). The file must contain a single section, and the contained data length
must be exactly 912 bytes.
Attention: This cannot be reverted! Be careful!
Example:
lpc2900 write_custom 0 /path_to/customer_info.bin bin
[Command]
Secures the sector range from first to last (including) against further program
and erase operations. The sector security will be effective after the next power
cycle.
Attention: This cannot be reverted! Be careful!
Secured sectors appear as protected in the flash info command. Example:
lpc2900 secure_sector 0 1 1
flash info 0
#0 : lpc2900 at 0x20000000, size
# 0: 0x00000000 (0x2000
# 1: 0x00002000 (0x2000
# 2: 0x00004000 (0x2000
0x000c0000, (...)
8kB) not protected
8kB) protected
8kB) not protected
[Command]
Irreversibly disable the JTAG port. The new JTAG security setting will be
effective after the next power cycle.
Attention: This cannot be reverted! Be careful!
Examples:
lpc2900 secure_jtag 0
[Flash Driver]
ocl
No idea what this is, other than using some arm7/arm9 core.
flash bank $_FLASHNAME ocl 0 0 0 0 $_TARGETNAME
[Flash Driver]
The PIC32MX microcontrollers are based on the MIPS 4K cores, and integrate flash
memory.
pic32mx
[Command]
Programs the specified 32-bit value at the given address in the specified chip
bank.
[Command]
Unlock and erase specified chip bank. This will remove any Code Protection.
74
[Flash Driver]
All members of the Stellaris LM3Sxxx microcontroller family from Texas Instruments
include internal flash and use ARM Cortex M3 cores. The driver automatically recognizes a number of these chips using the chip identification register, and autoconfigures
itself.1
stellaris
Note that the final "power cycle the chip" step in this procedure must be performed
by hand, since OpenOCD cant do it.
Warning: if more than one Stellaris chip is connected, the procedure is
applied to all of them.
[Flash Driver]
All members of the STM32f1x microcontroller family from ST Microelectronics include internal flash and use ARM Cortex M3 cores. The driver automatically recognizes a number of these chips using the chip identification register, and autoconfigures
itself.
stm32f1x
[Command]
Locks the entire stm32 device. The num parameter is a value shown by flash
banks.
[Command]
Unlocks the entire stm32 device. The num parameter is a value shown by flash
banks.
[Command]
Read and display the stm32 option bytes written by the stm32f1x options_
write command. The num parameter is a value shown by flash banks.
[Command]
Writes the stm32 option byte with the specified values. The num parameter is
a value shown by flash banks.
1
2
Currently there is a stellaris mass_erase command. That seems pointless since the same effect can be
had using the standard flash erase_address command.
Currently there is a stm32f1x mass_erase command. That seems pointless since the same effect can be had
using the standard flash erase_address command.
75
[Flash Driver]
All members of the STM32f2x microcontroller family from ST Microelectronics include internal flash and use ARM Cortex M3 cores. The driver automatically recognizes a number of these chips using the chip identification register, and autoconfigures
itself.
stm32f2x
[Flash Driver]
All members of the STR7 microcontroller family from ST Microelectronics include
internal flash and use ARM7TDMI cores. The str7x driver defines one mandatory
parameter, variant, which is either STR71x, STR73x or STR75x.
flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 $_TARGETNAME STR71x
str7x
[Command]
Activate the Debug/Readout protection mechanism for the specified flash bank.
[Flash Driver]
Most members of the STR9 microcontroller family from ST Microelectronics include
internal flash and use ARM966E cores. The str9 needs the flash controller to be
configured using the str9x flash_config command prior to Flash programming.
flash bank $_FLASHNAME str9x 0x40000000 0x00040000 0 0 $_TARGETNAME
str9x flash_config 0 4 2 0 0x80000
str9x
[Command]
Configures the str9 flash controller. The num parameter is a value shown by
flash banks.
bbsr - Boot Bank Size register
nbbsr - Non Boot Bank Size register
bbadr - Boot Bank Start Address register
nbbadr - Boot Bank Start Address register
[Flash Driver]
Most members of the TMS470 microcontroller family from Texas Instruments include
internal flash and use ARM7TDMI cores. This driver doesnt require the chip and
bus width to be specified.
Some tms470-specific commands are defined:
tms470
[Command]
Saves programming keys in a register, to enable flash erase and write commands.
[Command]
[Command]
Disables (1) or enables (0) use of the PLL to speed up the flash clock.
[Flash Driver]
This is a special driver that maps a previously defined bank to another address. All
bank settings will be copied from the master physical bank.
The virtual driver defines one mandatory parameters,
virtual
76
master bank The bank that this virtual address refers to.
So in the following example addresses 0xbfc00000 and 0x9fc00000 refer to the flash
bank defined at address 0x1fc00000. Any cmds executed on the virtual banks are
actually performed on the physical banks.
flash bank $_FLASHNAME pic32mx 0x1fc00000 0 0 0 $_TARGETNAME
flash bank vbank0 virtual 0xbfc00000 0 0 0 $_TARGETNAME $_FLASHNAME
flash bank vbank1 virtual 0x9fc00000 0 0 0 $_TARGETNAME $_FLASHNAME
fm3
[Flash Driver]
All members of the FM3 microcontroller family from Fujitsu include internal flash
and use ARM Cortex M3 cores. The fm3 driver uses the target parameter to select
the correct bank config, it can currently be one of the following: mb9bfxx1.cpu,
mb9bfxx2.cpu, mb9bfxx3.cpu, mb9bfxx4.cpu, mb9bfxx5.cpu or mb9bfxx6.cpu.
flash bank $_FLASHNAME fm3 0 0 0 0 $_TARGETNAME
77
[Flash Driver]
Only use this driver for locking/unlocking the device or configuring the option bytes.
Use the standard str9 driver for programming. Before using the flash commands the
turbo mode must be enabled using the str9xpec enable_turbo command.
Several str9xpec-specific commands are defined:
str9xpec
[Command]
[Command]
Enable turbo mode, will simply remove the str9 from the chain and talk directly
to the embedded flash controller.
[Command]
Lock str9 device. The str9 will only respond to an unlock command that will
erase the device.
[Command]
[Command]
[Command]
[Command]
[Command]
[Command]
[Command]
[Command]
12.5 mFlash
12.5.1 mFlash Configuration
mflash bank soc base RST pin target
[Config Command]
Configures a mflash for soc host bank at address base. The pin number format
depends on the host GPIO naming convention. Currently, the mflash driver supports
s3c2440 and pxa270.
Example for s3c2440 mflash where RST pin is GPIO B1:
78
[Command]
Configure mflash PLL. The frequency is the mflash input frequency, in Hz. Issuing this command will erase mflashs whole internal nand and write new pll. After
this command, mflash needs power-on-reset for normal operation. If pll was newly
configured, storage and boot(optional) info also need to be update.
[Command]
Configure bootable option. If bootable option is set, mflash offer the first 8 sectors
(4kB) for boot.
[Command]
Configure storage information. For the normal storage operation, this information
must be written.
[Command]
Dump size bytes, starting at offset bytes from the beginning of the bank num, to the
file named filename.
mflash probe
[Command]
Probe mflash.
[Command]
Write the binary file filename to mflash bank num, starting at offset bytes from the
beginning of the bank.
79
80
[Config Command]
Declares a NAND device, which can be read and written to after it has been configured
through nand probe. In OpenOCD, devices are single chips; this is unlike some
operating systems, which may manage multiple chips as if they were a single (larger)
device. In some cases, configuring a device will activate extra commands; see the
controller-specific documentation.
NOTE: This command is not available after OpenOCD initialization has completed.
Use it in board specific configuration files, not interactively.
name ... may be used to reference the NAND bank in most other NAND commands. A number is also available.
driver ... identifies the NAND controller driver associated with the NAND device
being declared. See [NAND Driver List], page 83.
target ... names the target used when issuing commands to the NAND controller.
configparams ... controllers may support, or require, additional parameters. See
the controller-specific documentation for more information.
[Command]
Prints a summary of each device declared using nand device, numbered from zero.
Note that un-probed devices show no details.
> nand list
#0: NAND 1GiB 3,3V 8-bit (Micron) pagesize: 2048, buswidth: 8,
blocksize: 131072, blocks: 8192
#1: NAND 1GiB 3,3V 8-bit (Micron) pagesize: 2048, buswidth: 8,
blocksize: 131072, blocks: 8192
>
nand list
[Command]
Probes the specified device to determine key characteristics like its page and block
sizes, and how many blocks it has. The num parameter is the value shown by nand
list. You must (successfully) probe a device before you can use it with most other
NAND commands.
[Command]
Reads binary data from the NAND device and writes it to the file, starting at the
specified offset. The num parameter is the value shown by nand list.
Use a complete path name for filename, so you dont depend on the directory used
to start the OpenOCD server.
The offset and length must be exact multiples of the devices page size. They describe
a data region; the OOB data associated with each such page may also be accessed.
NOTE: At the time this text was written, no error correction was done on the data
thats read, unless raw access was disabled and the underlying NAND controller driver
had a read_page method which handled that error correction.
By default, only page data is saved to the specified file. Use an oob option parameter
to save OOB data:
81
no oob * parameter
Output file holds only page data; OOB is discarded.
oob_raw
Output file interleaves page data and OOB data; the file will be longer than
"length" by the size of the spare areas associated with each data page. Note that
this kind of "raw" access is different from whats implied by nand raw_access,
which just controls whether a hardware-aware access method is used.
oob_only
Output file has only raw OOB data, and will be smaller than "length" since it
will contain only the spare areas associated with each data page.
[Command]
Erases blocks on the specified NAND device, starting at the specified offset and continuing for length bytes. Both of those values must be exact multiples of the devices
block size, and the region they specify must fit entirely in the chip. If those parameters are not specified, the whole NAND chip will be erased. The num parameter is
the value shown by nand list.
NOTE: This command will try to erase bad blocks, when told to do so, which will
probably invalidate the manufacturers bad block marker. For the remainder of the
current server session, nand info will still report that the block is bad.
[Command]
Writes binary data from the file into the specified NAND device, starting at the
specified offset. Those pages should already have been erased; you cant change zero
bits to one bits. The num parameter is the value shown by nand list.
Use a complete path name for filename, so you dont depend on the directory used
to start the OpenOCD server.
The offset must be an exact multiple of the devices page size. All data in the file
will be written, assuming it doesnt run past the end of the device. Only full pages
are written, and any extra space in the last page will be filled with 0xff bytes. (That
includes OOB data, if thats being written.)
NOTE: At the time this text was written, bad blocks are ignored. That is, this routine
will not skip bad blocks, but will instead try to write them. This can cause problems.
Provide at most one option parameter. With some NAND drivers, the meanings of
these parameters may change if nand raw_access was used to disable hardware ECC.
no oob * parameter
File has only page data, which is written. If raw acccess is in use, the OOB area
will not be written. Otherwise, if the underlying NAND controller driver has a
write_page routine, that routine may write the OOB with hardware-computed
ECC data.
oob_only
File has only raw OOB data, which is written to the OOB area. Each pages data
area stays untouched. This can be a dangerous option, since it can invalidate the
ECC data. You may need to force raw access to use this mode.
oob_raw
File interleaves data and OOB data, both of which are written If raw access is
82
enabled, the data is written first, then the un-altered OOB. Otherwise, if the
underlying NAND controller driver has a write_page routine, that routine may
modify the OOB before its written, to include hardware-computed ECC data.
oob_softecc
File has only page data, which is written. The OOB area is filled with 0xff,
except for a standard 1-bit software ECC code stored in conventional locations.
You might need to force raw access to use this mode, to prevent the underlying
driver from applying hardware ECC.
oob_softecc_kw
File has only page data, which is written. The OOB area is filled with 0xff, except
for a 4-bit software ECC specific to the boot ROM in Marvell Kirkwood SoCs.
You might need to force raw access to use this mode, to prevent the underlying
driver from applying hardware ECC.
[Command]
Verify the binary data in the file has been programmed to the specified NAND device,
starting at the specified offset. The num parameter is the value shown by nand list.
Use a complete path name for filename, so you dont depend on the directory used
to start the OpenOCD server.
The offset must be an exact multiple of the devices page size. All data in the file
will be read and compared to the contents of the flash, assuming it doesnt run past
the end of the device. As with nand write, only full pages are verified, so any extra
space in the last page will be filled with 0xff bytes.
The same options accepted by nand write, and the file will be processed similarly to
produce the buffers that can be compared against the contents produced from nand
dump.
NOTE: This will not work when the underlying NAND controller drivers write_
page routine must update the OOB with a hardward-computed ECC before the data
is written. This limitation may be removed in a future release.
[Command]
Checks for manufacturer bad block markers on the specified NAND device. If no
parameters are provided, checks the whole device; otherwise, starts at the specified
offset and continues for length bytes. Both of those values must be exact multiples of
the devices block size, and the region they specify must fit entirely in the chip. The
num parameter is the value shown by nand list.
NOTE: Before using this command you should force raw access with nand raw_access
enable to ensure that the underlying driver will not try to apply hardware ECC.
[Command]
The num parameter is the value shown by nand list. This prints the one-line summary from "nand list", plus for devices which have been probed this also prints any
known status for each block.
83
[Command]
Sets or clears an flag affecting how page I/O is done. The num parameter is the value
shown by nand list.
This flag is cleared (disabled) by default, but changing that value wont affect all
NAND devices. The key factor is whether the underlying driver provides read_page
or write_page methods. If it doesnt provide those methods, the setting of this flag
is irrelevant; all access is effectively raw.
When those methods exist, they are normally used when reading data (nand dump or
reading bad block markers) or writing it (nand write). However, enabling raw access
(setting the flag) prevents use of those methods, bypassing hardware ECC logic. This
can be a dangerous option, since writing blocks with the wrong ECC data can cause
them to be marked as bad.
at91sam9
[Command]
Configure the address line used for latching commands. The num parameter is
the value shown by nand list.
[Command]
Configure the address line used for latching addresses. The num parameter is
the value shown by nand list.
For the next two commands, it is assumed that the pins have already been properly
configured for input or output.
[Command]
Configure the RDY/nBUSY input from the NAND device. The num parameter
is the value shown by nand list. pio base addr is the base address of the PIO
controller and pin is the pin number.
[Command]
Configure the chip enable input to the NAND device. The num parameter is
the value shown by nand list. pio base addr is the base address of the PIO
controller and pin is the pin number.
84
[NAND Driver]
This driver handles the NAND controllers found on DaVinci family chips from Texas
Instruments. It takes three extra parameters: address of the NAND chip; hardware
ECC mode to use (hwecc1, hwecc4, hwecc4_infix); address of the AEMIF controller on this processor.
davinci
lpc3180
[Command]
Configures use of the MLC or SLC controller mode. MLC implies use of hardware ECC. The num parameter is the value shown by nand list.
At this writing, this driver includes write_page and read_page methods. Using nand
raw_access to disable those methods will prevent use of hardware ECC in the MLC
controller mode, but wont change SLC behavior.
mx3
[NAND Driver]
This driver handles the NAND controller in i.MX31. The mxc driver should work for
this chip aswell.
mxc
[NAND Driver]
This driver handles the NAND controller found in Freescale i.MX chips. It has support
for v1 (i.MX27 and i.MX31) and v2 (i.MX35). The driver takes 3 extra arguments,
chip (mx27, mx31, mx35), ecc (noecc, hwecc) and optionally if bad block information should be swapped between main area and spare area (biswap), defaults to
off.
nand device mx35.nand mxc imx35.cpu mx35 hwecc biswap
[Command]
Turns on/off bad block information swaping from main area, without parameter
query status.
[NAND Driver]
These controllers require an extra nand device parameter: the address of the controller.
orion
85
[NAND Driver]
[NAND Driver]
[NAND Driver]
[NAND Driver]
[NAND Driver]
These S3C family controllers dont have any special nand device options, and dont
define any specialized commands. At this writing, their drivers dont include write_
page or read_page methods, so nand raw_access wont change any behavior.
s3c2410
s3c2412
s3c2440
s3c2443
s3c6400
86
14 PLD/FPGA Commands
Programmable Logic Devices (PLDs) and the more flexible Field Programmable Gate Arrays (FPGAs) are both types of programmable hardware. OpenOCD can support programming them. Although PLDs are generally restrictive (cells are less functional, and there are
no special purpose cells for memory or computational tasks), they share the same OpenOCD
infrastructure. Accordingly, both are called PLDs here.
[Config Command]
Defines a new PLD device, supported by driver driver name, using the TAP named
tap name. The driver may make use of any driver options to configure its behavior.
pld devices
[Command]
[Command]
Loads the file filename into the PLD identified by num. The file format must be
inferred by the driver.
virtex2
[Command]
Reads and displays the Virtex-II status register (STAT) for FPGA num.
87
15 General Commands
The commands documented in this chapter here are common commands that you, as a
human, may want to type and see the output of. Configuration type commands are documented elsewhere.
Intent:
Source Of Commands
OpenOCD commands can occur in a configuration script (discussed elsewhere) or typed
manually by a human or supplied programatically, or via one of several TCP/IP Ports.
From the human
A human should interact with the telnet interface (default port: 4444) or via GDB
(default port 3333).
To issue commands from within a GDB session, use the monitor command, e.g. use
monitor poll to issue the poll command. All output is relayed through the GDB
session.
Machine Interface The Tcl interfaces intent is to be a machine interface. The default
Tcl port is 5555.
exit
Exits the current telnet session.
help [string]
[Command]
With no parameters, prints help text for all commands. Otherwise, prints each helptext containing string. Not every command provides helptext.
Configuration commands, and commands valid at any time, are explicitly noted in
parenthesis. In most cases, no such restriction is listed; this indicates commands
which are only available after the configuration stage has completed.
[Command]
Wait for at least msec milliseconds before resuming. If busy is passed, busy-wait
instead of sleeping. (This option is strongly discouraged.) Useful in connection with
script files (script command and target_name configuration).
[Command]
Close the OpenOCD daemon, disconnecting all clients (GDB, telnet, other).
shutdown
debug_level [n]
[Command]
Display debug level. If n (from 0..3) is provided, then set it to that level. This affects
the kind of messages sent to the server log. Level 0 is error messages only; level 1 adds
warnings; level 2 adds informational messages; and level 3 adds debugging messages.
The default is level 2, but that can be overridden on the command line along with
the location of that log file (which is normally the servers standard output). See
Chapter 4 [Running], page 11.
88
[Command]
Logs a message at "user" priority. Output message to stdout. Option "-n" suppresses
trailing newline.
echo "Downloading kernel -- please wait"
log_output [filename]
[Command]
add_script_search_dir [directory]
[Command]
[Command]
Access a single register by number or by its name. The target must generally be
halted before access to CPU core registers is allowed. Depending on the hardware,
some other registers may be accessible while the target is running.
With no arguments: list all available registers for the current target, showing number,
name, size, value, and cache status. For valid entries, a value is shown; valid entries
which are also dirty (and will be written back later) are flagged as such.
With number/name: display that registers value.
With both number/name and value: set registers value. Writes may be held in a
writeback cache internal to OpenOCD, so that setting the value marks the register as
dirty instead of immediately flushing that value. Resuming CPU execution (including
by single stepping) or otherwise activating the relevant module will flush such values.
Cores may have surprisingly many registers in their Debug and trace infrastructure:
> reg
===== ARM registers
(0) r0 (/32): 0x0000D3C2 (dirty)
(1) r1 (/32): 0xFD61F31C
(2) r2 (/32)
...
(164) ETM_contextid_comparator_mask (/32)
>
halt [ms]
wait_halt [ms]
[Command]
[Command]
The halt command first sends a halt request to the target, which wait_halt doesnt.
Otherwise these behave the same: wait up to ms milliseconds, or 5 seconds if there
is no parameter, for the target to halt (and enter debug mode). Using 0 as the ms
parameter prevents OpenOCD from waiting.
Warning: On ARM cores, software using the wait for interrupt operation
often blocks the JTAG access needed by a halt command. This is because
89
that operation also puts the core into a low power mode by gating the
core clock; but the core clock is needed to detect JTAG clock transitions.
One partial workaround uses adaptive clocking: when the core is interrupted the operation completes, then JTAG clocks are accepted at least
until the interrupt handler completes. However, this workaround is often
unusable since the processor, board, and JTAG adapter must all support
adaptive JTAG clocking. Also, it cant work until an interrupt is issued.
A more complete workaround is to not use that operation while you work
with a JTAG debugger. Tasking environments generaly have idle loops
where the body is the wait for interrupt operation. (On older cores, it is
a coprocessor action; newer cores have a wfi instruction.) Such loops
can just remove that operation, at the cost of higher power consumption
(because the CPU is needlessly clocked).
resume [address]
[Command]
Resume the target at its current code position, or the optional address if it is provided.
OpenOCD will wait 5 seconds for the target to resume.
step [address]
[Command]
Single-step the target at its current code position, or the optional address if it is
provided.
[Command]
[Command]
[Command]
[Command]
Perform as hard a reset as possible, using SRST if possible. All defined targets will
be reset, and target events will fire during the reset sequence.
The optional parameter specifies what should happen after the reset. If there is no
parameter, a reset run is executed. The other options will not work on all systems.
See Chapter 9 [Reset Configuration], page 45.
run Let the target run
halt Immediately halt the target
init Immediately halt the target, and execute the reset-init script
reset
reset run
reset halt
reset init
[Command]
Requesting target halt and executing a soft reset. This is often used when a target
cannot be reset and halted. The target, after reset is released begins to execute code.
OpenOCD attempts to stop the CPU and then sets the program counter back to the
reset vector. Unfortunately the code that was executed may have left the hardware
in an unknown state.
soft_reset_halt
90
[Command]
Appends the string parameters to the text file filename. Each string except the
last one is followed by one space. The last string is followed by a newline.
cat filename
[Command]
[Command]
ip
No description provided.
[Command]
ls
No description provided.
[Command]
mac
No description provided.
[Command]
Display available RAM memory on OpenOCD host. Used in OpenOCD regression
testing scripts.
meminfo
[Command]
peek
No description provided.
[Command]
poke
No description provided.
rm filename
[Command]
trunc filename
[Command]
[Command]
[Command]
[Command]
Display contents of address addr, as 32-bit words (mdw), 16-bit halfwords (mdh), or
8-bit bytes (mdb). When the current target has an MMU which is present and active,
91
[Command]
[Command]
[Command]
Writes the specified word (32 bits), halfword (16 bits), or byte (8-bit) value, at the
specified address addr. When the current target has an MMU which is present and
active, addr is interpreted as a virtual address. Otherwise, or if the optional phys
flag is specified, addr is interpreted as a physical address.
[Command]
Dump size bytes of target memory starting at address to the binary file named filename.
[Command]
Loads an image stored in memory by fast_load_image to the current target. Must
be preceeded by fast load image.
fast_load
[Command]
Normally you should be using load_image or GDB load. However, for testing purposes or when I/O overhead is significant(OpenOCD running on an embedded host),
storing the image in memory and uploading the image to the target can be a way to
upload e.g. multiple debug sessions when the binary does not change. Arguments
are the same as load_image, but the image is stored in OpenOCD host memory, i.e.
does not affect target. This approach is also useful when profiling target programming
performance as I/O and target programming can easily be profiled separately.
[Command]
Load image from file filename to target memory offset by address from its load address.
The file format may optionally be specified (bin, ihex, elf, or s19). In addition
the following arguments may be specifed: min addr - ignore data below min addr
(this is w.r.t. to the targets load address + address) max length - maximum number
of bytes to load.
proc load_image_bin {fname foffset address length } {
# Load data from fname filename at foffset offset to
# target at address. Load at most length bytes.
load_image $fname [expr $address - $foffset] bin $address $length
}
[Command]
Displays image section sizes and addresses as if filename were loaded into target
memory starting at address (defaults to zero). The file format may optionally be
specified (bin, ihex, or elf)
92
[Command]
Verify filename against target memory starting at address. The file format may
optionally be specified (bin, ihex, or elf) This will first attempt a comparison
using a CRC checksum, if this fails it will try a binary compare.
[Command]
With no parameters, lists all active breakpoints. Else sets a breakpoint on code
execution starting at address for length bytes. This is a software breakpoint, unless
hw is specified in which case it will be a hardware breakpoint.
(See [arm9 vector catch], page 98, or see [xscale vector catch], page 102, for similar
mechanisms that do not consume hardware breakpoints.)
rbp address
[Command]
rwp address
[Command]
[Command]
With no parameters, lists all active watchpoints. Else sets a data watchpoint on data
from address for length bytes. The watch point is an "access" watchpoint unless the
r or w parameter is provided, defining it as respectively a read or write watchpoint.
If a value is provided, that value is used when determining if the watchpoint should
trigger. The value may be first be masked using mask to mark dont care fields.
[Command]
Profiling samples the CPUs program counter as quickly as possible, which is useful
for non-intrusive stochastic profiling. Saves up to 10000 sampines in filename using
gmon.out format.
version
[Command]
[Command]
Requests the current target to map the specified virtual address to its corresponding
physical address, and displays the result.
93
[Config Command]
Declares the ETM associated with target, and associates it with a given trace port
driver. See [Trace Port Drivers], page 95.
94
Several of the parameters must reflect the trace port capabilities, which are a function of silicon capabilties (exposed later using etm info) and of what hardware is
connected to that port (such as an external pod, or ETB). The width must be either
4, 8, or 16, except with ETMv3.0 and newer modules which may also support 1, 2,
24, 32, 48, and 64 bit widths. (With those versions, etm info also shows whether the
selected port width and mode are supported.)
The mode must be normal, multiplexed, or demultiplexed. The clocking must
be half or full.
Warning: With ETMv3.0 and newer, the bits set with the mode and
clocking parameters both control the mode. This modified mode does not
map to the values supported by previous ETM modules, so this syntax
is subject to change.
Note: You can see the ETM registers using the reg command. Not all
possible registers are present in every ETM. Most of the registers are
write-only, and are used to configure what CPU activities are traced.
[Command]
Displays information about the current targets ETM. This includes resource counts
from the ETM_CONFIG register, as well as silicon capabilities (except on rather old
modules). from the ETM_SYS_CONFIG register.
etm info
[Command]
Displays status of the current targets ETM and trace port driver: is the ETM idle,
or is it collecting data? Did trace data overflow? Was it triggered?
etm status
[Command]
Displays what data that ETM will collect. If arguments are provided, first configures
that data. When the configuration changes, tracing is stopped and any buffered trace
data is invalidated.
type ... describing how data accesses are traced, when they pass any ViewData
filtering that that was set up. The value is one of none (save nothing), data
(save data), address (save addresses), all (save data and addresses)
context id bits ... 0, 8, 16, or 32
cycle accurate ... enable or disable cycle-accurate instruction tracing. Before ETMv3, enabling this causes much extra data to be recorded.
branch output ... enable or disable. Disable this unless you need to try
reconstructing the instruction trace stream without an image of the code.
[Command]
Displays whether ETM triggering debug entry (like a breakpoint) is enabled or
disabled, after optionally modifying that configuration. The default behaviour is
disable. Any change takes effect after the next etm start.
By using script commands to configure ETM registers, you can make the processor enter debug state automatically when certain conditions, more complex than supported
by the breakpoint hardware, happen.
95
etm analyze
[Command]
[Command]
[Command]
etm start
[Command]
etm stop
Stops trace data collection.
[Command]
96
dummy
[Config Command]
etb
[Config Command]
Associates the ETM for target with the ETB at etb tap. You can see the ETB
registers using the reg command.
[Command]
This displays, or optionally changes, ETB behavior after the ETMs configured
trigger event fires. It controls how much more trace data is saved after the
(single) trace trigger becomes active.
The default corresponds to trace around usage, recording 50 percent data
before the event and the rest afterwards.
The minimum value of percent is 2 percent, recording almost exclusively
data before the trigger. Such extreme trace before usage can help figure
out what caused that event to happen.
The maximum value of percent is 100 percent, recording data almost exclusively after the event. This extreme trace after usage might help sort
out how the event caused trouble.
oocd_trace
Use the oocd_trace driver if you are configuring an ETM thats connected to an
off-chip trace connector.
[Config Command]
Associates the ETM for target with a trace driver which collects data through
the serial port tty.
oocd_trace resync
[Command]
oocd_trace status
Reports whether the capture clock is locked or not.
[Command]
97
[Command]
Displays the core state, optionally changing it to process either arm or thumb instructions. The target may later be resumed in the currently set core state. (Processors may also support the Jazelle state, but that is not currently supported in
OpenOCD.)
[Command]
Disassembles count instructions starting at address. If count is not specified, a single
instruction is disassembled. If thumb is specified, or the low bit of the address is set,
Thumb2 (mixed 16/32-bit) instructions are used; else ARM (32-bit) instructions are
used. (Processors may also support the Jazelle state, but those instructions are not
currently understood by OpenOCD.)
Note that all Thumb instructions are Thumb2 instructions, so older processors (without Thumb2 support) will still see correct disassembly of Thumb code. Also, ThumbEE opcodes are the same as Thumb2, with a handful of exceptions. ThumbEE
disassembly currently has no explicit support.
[Command]
Write value to a coprocessor pX register passing parameters CRn, CRm, opcodes
opc1 and opc2, and using the MCR instruction. (Parameter sequence matches the
ARM instruction, but omits an ARM register.)
[Command]
Read a coprocessor pX register passing parameters CRn, CRm, opcodes opc1 and
opc2, and the MRC instruction. Returns the result so it can be manipulated by
Jim scripts. (Parameter sequence matches the ARM instruction, but omits an ARM
register.)
[Command]
Display a table of all banked core registers, fetching the current value from every core
mode if necessary.
arm reg
[Command]
Display status of semihosting, after optionally changing that status.
Semihosting allows for code executing on an ARM target to use the I/O facilities on
the host computer i.e. the system where OpenOCD is running. The target application
must be linked against a library implementing the ARM semihosting convention that
forwards operation requests by using a special SVC instruction that is trapped at the
Supervisor Call vector by OpenOCD.
98
[Command]
Displays the value of the flag controlling use of the the EmbeddedIce DBGRQ signal
to force entry into debug mode, instead of breakpoints. If a boolean parameter is
provided, first assigns that flag.
This should be safe for all but ARM7TDMI-S cores (like NXP LPC). This feature
is enabled by default on most ARM9 cores, including ARM9TDMI, ARM920T, and
ARM926EJ-S.
[Command]
Displays the value of the flag controlling use of the debug communications channel
(DCC) to write larger (>128 byte) amounts of memory. If a boolean parameter is
provided, first assigns that flag.
DCC downloads offer a huge speed increase, but might be unsafe, especially with
targets running at very low speeds. This command was introduced with OpenOCD
rev. 60, and requires a few bytes of working area.
[Command]
Displays the value of the flag controlling use of memory writes and reads that dont
check completion of the operation. If a boolean parameter is provided, first assigns
that flag.
This provides a huge speed increase, especially with USB JTAG cables (FT2232),
but might be unsafe if used with targets running at very low speeds, like the 32kHz
startup clock of an AT91RM9200.
[Command]
DEPRECATED avoid using this. Use the arm mrc or arm mcr commands instead.
Display cp15 register returned by the ARM instruction opcode; else if a value is
provided, that value is written to that register. The opcode should be the value of
either an MRC or MCR instruction.
[Command]
Vector Catch hardware provides a sort of dedicated breakpoint for hardware events
such as reset, interrupt, and abort. You can use this to conserve normal breakpoint
99
resources, so long as youre not concerned with code that branches directly to those
hardware vectors.
This always finishes by listing the current configuration. If parameters are provided, it
first reconfigures the vector catch hardware to intercept all of the hardware vectors,
none of them, or a list with one or more of the following: reset undef swi pabt
dabt irq fiq.
arm920t cache_info
[Command]
Display cp15 register regnum; else if a value is provided, that value is written to that
register. This uses "physical access" and the register number is as shown in bits 38..33
of table 9-9 in the ARM920T TRM. (Not all registers can be written.)
[Command]
DEPRECATED avoid using this. Use the arm mrc or arm mcr commands instead.
Interpreted access using ARM instruction opcode, which should be the value of either
an MRC or MCR instruction (as shown tables 9-11, 9-12, and 9-13 in the ARM920T
TRM). If no value is provided, the result is displayed. Else if that value is written
using the specified address, or using zero if no other address is provided.
[Command]
[Command]
Dump the content of the ITLB and DTLB to a file named filename.
arm926ejs cache_info
[Command]
100
[Command]
Display cp15 register regnum; else if a value is provided, that value is written to that
register. The six bit regnum values are bits 37..32 from table 7-2 of the ARM966E-S
TRM. There is no current control over bits 31..30 from that table, as required for
BIST support.
101
initialized the vector table, but before exceptions are enabled. A breakpoint can be used to
accomplish this once the appropriate location in the start-up code has been identified. A
watchpoint over the vector table region is helpful in finding the location if youre not sure.
Note that the same situation exists any time the vector table is modified by the system
software.
The debug handler must be placed somewhere in the address space using the xscale
debug_handler command. The allowed locations for the debug handler are either (0x800 0x1fef800) or (0xfe000800 - 0xfffff800). The default value is 0xfe000800.
XScale has resources to support two hardware breakpoints and two watchpoints. However,
the following restrictions on watchpoint functionality apply: (1) the value and mask arguments to the wp command are not supported, (2) the watchpoint length must be a power
of two and not less than four, and can not be greater than the watchpoint address, and
(3) a watchpoint with a length greater than four consumes all the watchpoint hardware
resources. This means that at any one time, you can have enabled either two watchpoints
with a length of four, or one watchpoint with a length greater than four.
These commands are available to XScale based CPUs, which are implementations of the
ARMv5TE architecture.
xscale analyze_trace
[Command]
[Command]
xscale cache_info
[Command]
[Command]
Display cp15 register regnum; else if a value is provided, that value is written to that
register.
[Command]
Changes the address used for the specified targets debug handler.
[Command]
[Command]
[Command]
[Command]
[Command]
Displays the trace buffer status, after optionally enabling or disabling the trace buffer
and modifying how it is emptied.
102
[Command]
Opens a trace image from filename, optionally rebasing its segment addresses by
offset. The image type may be one of bin (binary), ihex (Intel hex), elf (ELF
file), s19 (Motorola s19), mem, or builder.
[Command]
Display a bitmask showing the hardware vectors to catch. If the optional parameter
is provided, first set the bitmask to that value.
The mask bits correspond with bit 16..23 in the DCSR:
0x01
0x02
0x04
0x08
0x10
0x20
0x40
0x80
Trap Reset
Trap Undefined Instructions
Trap Software Interrupt
Trap Prefetch Abort
Trap Data Abort
reserved
Trap IRQ
Trap FIQ
[Command]
Set an entry in the mini-IC vector table. There are two tables: one for low vectors (at
0x00000000), and one for high vectors (0xFFFF0000), each holding the 8 exception
vectors. index can be 1-7, because vector 0 points to the debug handler entry and
can not be overwritten. value holds the 32-bit opcode that is placed in the mini-IC.
Without arguments, the current settings are displayed.
[Command]
Displays the value of the memwrite burst-enable flag, which is enabled by default. If
a boolean parameter is provided, first assigns that flag. Burst writes are only used
for memory writes larger than 1 word. They improve performance by assuming that
the CPU has read each data word over JTAG and completed its write before the next
word arrives, instead of polling for a status flag to verify that completion. This is
usually safe, because JTAG runs much slower than the CPU.
[Command]
Displays the value of the memwrite error fatal flag, which is enabled by default. If
a boolean parameter is provided, first assigns that flag. When set, certain memory
write errors cause earlier transfer termination.
[Command]
Displays the value of the flag controlling whether IRQs are enabled during single
stepping; they are disabled by default. If a boolean parameter is provided, first
assigns that.
103
[Command]
Displays the value of the Vector Catch Register (VCR), coprocessor 14 register 7. If
value is defined, first assigns that.
Vector Catch hardware provides dedicated breakpoints for certain hardware events.
The specific bit values are core-specific (as in fact is using coprocessor 14 register 7
itself) but all current ARM11 cores except the ARM1176 use the same six bits.
[Command]
Displays ID register from AP num, defaulting to the currently selected AP.
[Command]
[Command]
Displays debug base address from MEM-AP num, defaulting to the currently selected
AP.
[Command]
Displays the ROM table for MEM-AP num, defaulting to the currently selected AP.
[Command]
Displays the number of extra tck cycles in the JTAG idle to use for MEM-AP memory
bus access [0-255], giving additional time to respond to reads. If value is defined, first
assigns that.
[Command]
104
[Command]
Vector Catch hardware provides dedicated breakpoints for certain hardware events.
Parameters request interception of all of these hardware event vectors, none
of them, or one or more of the following: hard_err for a HardFault exception;
mm_err for a MemManage exception; bus_err for a BusFault exception; irq_err,
state_err, chk_err, or nocp_err for various UsageFault exceptions; or reset.
If NVIC setup code does not enable them, MemManage, BusFault, and UsageFault
exceptions are mapped to HardFault. UsageFault checks for divide-by-zero and unaligned access must also be explicitly enabled.
This finishes by listing the current vector catch configuration.
[Command]
Control reset handling. The default srst is to use srst if fitted, otherwise fallback
to vectreset.
srst use hardware srst if fitted otherwise fallback to vectreset.
sysresetreq use NVIC SYSRESETREQ to reset system.
vectreset use NVIC VECTRESET to reset system.
Using vectreset is a safe option for all current Cortex-M3 cores. This however has
the disadvantage of only resetting the core, all peripherals are uneffected. A solution
would be to use a reset-init event handler to manually reset the peripherals. See
[Target Events], page 61.
105
Linux-ARM kernels have a Kernel low-level debugging via EmbeddedICE DCC channel
option (CONFIG DEBUG ICEDCC, depends on CONFIG DEBUG LL) which uses this
mechanism to deliver messages before a serial console can be activated. This is not the
same format used by libdcc. Other software, such as the U-Boot boot loader, sometimes
does the same thing.
[Command]
Displays current handling of target DCC message requests. These messages may be
sent to the debugger while the target is running. The optional enable and charmsg
parameters both enable the messages, while disable disables them.
With charmsg the DCC words each contain one character, as used by Linux with
CONFIG DEBUG ICEDCC; otherwise the libdcc format is used.
[Command]
With no parameter, displays all the trace points that have triggered in the order they
triggered. With the parameter clear, erases all current trace history records. With
a count parameter, allocates space for that many history records.
[Command]
With no parameter, displays all trace point identifiers and how many times they
have been triggered. With the parameter clear, erases all current trace point counters. With a numeric identifier parameter, creates a new a trace point counter and
associates it with that identifier.
Important: The identifier and the trace point number are not related except by this
command. These trace point numbers always start at zero (from server startup, or
after trace point clear) and count up from there.
106
17 JTAG Commands
Most general purpose JTAG commands have been presented earlier. (See [JTAG Speed],
page 43, Chapter 9 [Reset Configuration], page 45, and Chapter 10 [TAP Declaration],
page 50.) Lower level JTAG commands, as presented here, may be needed to work with
targets which require special attention during operations such as reset or initialization.
To use these commands you will need to understand some of the basics of JTAG, including:
A JTAG scan chain consists of a sequence of individual TAP devices such as a CPUs.
Control operations involve moving each TAP through the same standard state machine
(in parallel) using their shared TMS and clock signals.
Data transfer involves shifting data through the chain of instruction or data registers
of each TAP, writing new register values while the reading previous ones.
Data register sizes are a function of the instruction active in a given TAP, while instruction register sizes are fixed for each TAP. All TAPs support a BYPASS instruction
with a single bit data register.
The way OpenOCD differentiates between TAP devices is by shifting different instructions into (and out of) their instruction registers.
[Command]
Loads the data register of tap with a series of bit fields that specify the entire register.
Each field is numbits bits long with a numeric value (hexadecimal encouraged). The
return value holds the original value of each of those fields.
For example, a 38 bit number might be specified as one field of 32 bits then one of
6 bits. For portability, never pass fields which are more than 32 bits long. Many
OpenOCD implementations do not support 64-bit (or larger) integer values.
All TAPs other than tap must be in BYPASS mode. The single bit in their data
registers does not matter.
When tap state is specified, the JTAG state machine is left in that state. For example
drpause might be specified, so that more instructions can be issued before re-entering
the run/idle state. If the end state is not specified, the run/idle state is entered.
Warning: OpenOCD does not record information about data register
lengths, so it is important that you get the bit field lengths right. Remember that different JTAG instructions refer to different data registers,
which may have different lengths. Moreover, those lengths may not be
fixed; the SCAN N instruction can change the length of the register accessed by the INTEST instruction (by connecting a different scan chain).
107
[Command]
Returns the number of times the JTAG queue has been flushed. This may be used
for performance tuning.
For example, flushing a queue over USB involves a minimum latency, often several
milliseconds, which does not change with the amount of data which is written. You
may be able to identify performance problems by finding tasks which waste bandwidth
by flushing small transfers too often, instead of batching them into larger operations.
flush_count
[Command]
For each tap listed, loads the instruction register with its associated numeric instruction. (The number of bits in that instruction may be displayed using the scan_chain
command.) For other TAPs, a BYPASS instruction is loaded.
When tap state is specified, the JTAG state machine is left in that state. For example
irpause might be specified, so the data register can be loaded before re-entering the
run/idle state. If the end state is not specified, the run/idle state is entered.
Note: OpenOCD currently supports only a single field for instruction register values, unlike data register values. For TAPs where the instruction
register length is more than 32 bits, portable scripts currently must issue
only BYPASS instructions.
[Command]
Set values of reset signals. The trst and srst parameter values may be 0, indicating
that reset is inactive (pulled or driven high), or 1, indicating it is active (pulled or
driven low). The reset_config command should already have been used to configure
how the board and JTAG adapter treat these two signals, and to say if either signal
is even present. See Chapter 9 [Reset Configuration], page 45.
Note that TRST is specially handled. It actually signifies JTAGs reset state. So if
the board doesnt support the optional TRST signal, or it doesnt support it along
with the specified SRST value, JTAG reset is triggered with TMS and TCK signals
instead of the TRST signal. And no matter how that JTAG reset is triggered, once the
scan chain enters reset with TRST inactive, TAP post-reset events are delivered
to all TAPs with handlers for that event.
[Command]
Start by moving to start state, which must be one of the stable states. Unless it is
the only state given, this will often be the current state, so that no TCK transitions
are needed. Then, in a series of single state transitions (conforming to the JTAG
state machine) shift to each next state in sequence, one per TCK cycle. The final
state must also be stable.
[Command]
Move to the run/idle state, and execute at least num cycles of the JTAG clock
(TCK). Instructions often need some time to execute before they take effect.
runtest num_cycles
verify_ircapture (enable|disable)
[Command]
Verify values captured during ircapture and returned during IR scans. Default
is enabled, but this can be overridden by verify_jtag. This flag is ignored when
validating JTAG chain configuration.
108
verify_jtag (enable|disable)
[Command]
Enables verification of DR and IR scans, to help detect programming errors. For IR
scans, verify_ircapture must also be enabled. Default is enabled.
109
[Command]
This issues a JTAG reset (Test-Logic-Reset) and then runs the SVF script from
filename. Unless the quiet option is specified, each command is logged before it
is executed.
[Command]
This issues a JTAG reset (Test-Logic-Reset) and then runs the XSVF script from
filename. When a tapname is specified, the commands are directed at that TAP.
When virt2 is specified, the xruntest command counts are interpreted as TCK
cycles instead of microseconds. Unless the quiet option is specified, messages are
logged for comments and some retries.
The OpenOCD sources also include two utility scripts for working with XSVF; they are not
currently installed after building the software. You may find them useful:
svf2xsvf ... converts SVF files into the extended XSVF syntax understood by the xsvf
command; see notes below.
xsvfdump ... converts XSVF files into a text output format; understands the OpenOCD
extensions.
The input format accepts a handful of non-standard extensions. These include three opcodes corresponding to SVF extensions from Lattice Semiconductor (LCOUNT, LDELAY,
LDSR), and two opcodes supporting a more accurate translation of SVF (XTRST, XWAITSTATE). If xsvfdump shows a file is using those opcodes, it probably will not be usable with
other XSVF tools.
110
19 TFTP
If OpenOCD runs on an embedded host(as ZY1000 does), then TFTP can be used to access
files on PCs (either the developers PC or some other PC).
The way this works on the ZY1000 is to prefix a filename by "/tftp/ip/" and append the
TFTP path on the TFTP server (tftpd). For example,
load_image /tftp/10.0.0.96/c:\temp\abc.elf
will load c:\temp\abc.elf from the developer pc (10.0.0.96) into memory as if the file was
hosted on the embedded host.
In order to achieve decent performance, you must choose a TFTP server that supports a
packet size bigger than the default packet size (512 bytes). There are numerous TFTP
servers out there (free and commercial) and you will have to do a bit of googling to find
something that fits your requirements.
111
112
(gdb) load
Loading section .vectors, size 0x100 lma 0x20000000
Loading section .text, size 0x5a0 lma 0x20000100
Loading section .data, size 0x18 lma 0x200006a0
Start address 0x2000061c, load size 1720
Transfer rate: 22 KB/sec, 573 bytes/write.
(gdb) continue
Continuing.
...
You could then interrupt the GDB session to make the program break, type where to show
the stack, list to show the code around the program counter, step through code, set
breakpoints or watchpoints, and so on.
113
gdb_memory_map disable
For this to function correctly a valid flash configuration must also be set in OpenOCD. For
faster performance you should also configure a valid working area.
Informing GDB of the memory map of the target will enable GDB to protect any flash
areas of the target and use hardware breakpoints by default. This means that the
OpenOCD option gdb_breakpoint_override is not required when using a memory map.
See [gdb breakpoint override], page 33.
To view the configured memory map in GDB, use the GDB command info mem All other
unassigned addresses within GDB are treated as RAM.
GDB 6.8 and higher set any memory area not in the memory map as inaccessible. This can
be changed to the old behaviour by using the following GDB command
set mem inaccessible-by-default off
If gdb_flash_program enable is also used, GDB will be able to program any flash memory
using the vFlash interface.
GDB will look at the target memory map when a load command is given, if any areas to
be programmed lie within the target flash area the vFlash packets will be used.
If the target needs configuring before GDB programming, an event script can be executed:
$_TARGETNAME configure -event EVENTNAME BODY
To verify any flash programming the GDB command compare-sections can be used.
114
115
set
set
set
set
foo(me) Duane
foo(you) Oyvind
foo(mouse) Micky
foo(duck) Donald
set foo
{ name value }
[set foo]
{
puts "Name: $name, Value: $value"
}
Lists returned must be relatively small. Otherwise a range should be passed in to the proc
in question.
116
117
22 FAQ
1. RTCK, also known as: Adaptive Clocking - What is it?
In digital circuit design it is often refered to as clock synchronisation the JTAG
interface uses one clock (TCK or TCLK) operating at some speed, your CPU target is
operating at another. The two clocks are not synchronised, they are asynchronous
In order for the two to work together they must be synchronised well enough to work;
JTAG cant go ten times faster than the CPU, for example. There are 2 basic options:
1. Use a special "adaptive clocking" circuit to change the JTAG clock rate to match
what the CPU currently supports.
2. The JTAG clock must be fixed at some speed thats enough slower than the CPU
clock that all TMS and TDI transitions can be detected.
Does this really matter? For some chips and some situations, this is a non-issue, like
a 500MHz ARM926 with a 5 MHz JTAG link; the CPU has no difficulty keeping up
with JTAG. Startup sequences are often problematic though, as are other situations
where the CPU clock rate changes (perhaps to save power).
For example, Atmel AT91SAM chips start operation from reset with a 32kHz system
clock. Boot firmware may activate the main oscillator and PLL before switching to a
faster clock (perhaps that 500 MHz ARM926 scenario). If youre using JTAG to debug
that startup sequence, you must slow the JTAG clock to sometimes 1 to 4kHz. After
startup completes, JTAG can use a faster clock.
Consider also debugging a 500MHz ARM926 hand held battery powered device that
enters a low power deep sleep mode, at 32kHz CPU clock, between keystrokes unless
it has work to do. When would that 5 MHz JTAG clock be usable?
Solution #1 - A special circuit
In order to make use of this, your CPU, board, and JTAG adapter must all support
the RTCK feature. Not all of them support this; keep reading!
The RTCK ("Return TCK") signal in some ARM chips is used to help with
this problem. ARM has a good description of the problem described at this link:
http://www.arm.com/support/faqdev/4170.html [checked 28/nov/2008].
Link
title: How does the JTAG synchronisation logic work? / how does adaptive clocking
work?.
The nice thing about adaptive clocking is that battery powered hand held device
example - the adaptiveness works perfectly all the time. One can set a break point
or halt the system in the deep power down code, slow step out until the system speeds
up.
Note that adaptive clocking may also need to work at the board level, when a boardlevel scan chain has multiple chips. Parallel clock voting schemes are good way to
implement this, both within and between chips, and can easily be implemented with
a CPLD. Its not difficult to have logic fan a modules input TCK signal out to
each TAP in the scan chain, and then wait until each TAPs RTCK comes back
with the right polarity before changing the output RTCK signal. Texas Instruments
118
makes some clock voting logic available for free (with no support) in VHDL form; see
http://tiexpressdsp.com/index.php/Adaptive_Clocking
Solution #2 - Always works - but may be slower
Often this is a perfectly acceptable solution.
In most simple terms: Often the JTAG clock must be 1/10 to 1/12 of the target clock
speed. But what that magic division is varies depending on the chips on your board.
ARM rule of thumb Most ARM based systems require an 6:1 division; ARM11 cores
use an 8:1 division. Xilinx rule of thumb is 1/12 the clock speed.
Note: most full speed FT2232 based JTAG adapters are limited to a maximum of
6MHz. The ones using USB high speed chips (FT2232H) often support faster clock
rates (and adaptive clocking).
You can still debug the low power situations - you just need to either use a fixed and
very slow JTAG clock rate ... or else manually adjust the clock speed at every step.
(Adjusting is painful and tedious, and is not always practical.)
It is however easy to code your way around it - i.e.: Cheat a little, have a special
debug mode in your application that does a high power sleep. If you are careful 98% of your problems can be debugged this way.
Note that on ARM you may need to avoid using the wait for interrupt operation in
your idle loops even if you dont otherwise change the CPU clock rate. That operation
gates the CPU clock, and thus the JTAG clock; which prevents JTAG access. One
consequence is not being able to halt cores which are executing that wait for interrupt
operation.
To set the JTAG frequency use the command:
# Example: 1.234MHz
adapter_khz 1234
2. Win32 Pathnames Why dont backslashes work in Windows paths?
OpenOCD uses Tcl and a backslash is an escape char. Use { and } around Windows
filenames.
> echo \a
> echo {\a}
\a
> echo "\a"
>
3. Missing: cygwin1.dll OpenOCD complains about a missing cygwin1.dll.
Make sure you have Cygwin installed, or at least a version of OpenOCD that claims
to come with all the necessary DLLs. When using Cygwin, try launching OpenOCD
from the Cygwin shell.
4. Breakpoint Issue Im trying to set a breakpoint using GDB (or a frontend like
Insight or Eclipse), but OpenOCD complains that "Info: arm7 9 common.c:213
arm7 9 add breakpoint(): sw breakpoint requested, but software breakpoints not
enabled".
119
GDB issues software breakpoints when a normal breakpoint is requested, or to implement source-line single-stepping. On ARMv4T systems, like ARM7TDMI, ARM720T
or ARM920T, software breakpoints consume one of the two available hardware breakpoints.
5. LPC2000 Flash When erasing or writing LPC2000 on-chip flash, the operation fails at
random.
Make sure the core frequency specified in the flash lpc2000 line matches the clock
at the time youre programming the flash. If youve specified the crystals frequency,
make sure the PLL is disabled. If youve specified the full core speed (e.g. 60MHz),
make sure the PLL is enabled.
6. Amontec Chameleon When debugging using an Amontec Chameleon in its JTAG Accelerator configuration, I keep getting "Error: amt jtagaccel.c:184 amt wait scan busy():
amt jtagaccel timed out while waiting for end of scan, rtck was disabled".
Make sure your PCs parallel port operates in EPP mode. You might have to try
several settings in your PC BIOS (ECP, EPP, and different versions of those).
7. Data Aborts When debugging with OpenOCD and GDB (plain GDB, Insight, or
Eclipse), I get lots of "Error: arm7 9 common.c:1771 arm7 9 read memory(): memory
read caused data abort".
The errors are non-fatal, and are the result of GDB trying to trace stack frames beyond
the last valid frame. It might be possible to prevent this by setting up a proper "initial"
stack frame, if you happen to know what exactly has to be done, feel free to add this
here.
Simple: In your startup code - push 8 registers of zeros onto the stack before calling
main(). What GDB is doing is climbing the run time stack by reading various values
on the stack using the standard call frame for the target. GDB keeps going - until one of
2 things happen #1 an invalid frame is found, or #2 some huge number of stackframes
have been processed. By pushing zeros on the stack, GDB gracefully stops.
Debugging Interrupt Service Routines - In your ISR before you call your C code, do
the same - artifically push some zeros onto the stack, remember to pop them off when
the ISR is done.
Also note: If you have a multi-threaded operating system, they often do not in the
intrest of saving memory waste these few bytes. Painful...
8. JTAG Reset Config I get the following message in the OpenOCD console (or log file):
"Warning: arm7 9 common.c:679 arm7 9 assert reset(): srst resets test logic, too".
This warning doesnt indicate any serious problem, as long as you dont want to debug your core right out of reset. Your .cfg file specified jtag_reset trst_and_srst
srst_pulls_trst to tell OpenOCD that either your board, your debugger or your
target uC (e.g. LPC2000) cant assert the two reset signals independently. With this
setup, its not possible to halt the core right out of reset, everything else should work
fine.
9. USB Power When using OpenOCD in conjunction with Amontec JTAGkey and the
Yagarto toolchain (Eclipse, arm-elf-gcc, arm-elf-gdb), the debugging seems to be unstable. When single-stepping over large blocks of code, GDB and OpenOCD quit with
an error message. Is there a stability issue with OpenOCD?
10.
11.
12.
13.
14.
120
No, this is not a stability issue concerning OpenOCD. Most users have solved this issue
by simply using a self-powered USB hub, which they connect their Amontec JTAGkey
to. Apparently, some computers do not provide a USB power supply stable enough for
the Amontec JTAGkey to be operated.
Laptops running on battery have this problem too...
USB Power When using the Amontec JTAGkey, sometimes OpenOCD crashes with the
following error messages: "Error: ft2232.c:201 ft2232 read(): FT Read returned: 4"
and "Error: ft2232.c:365 ft2232 send and recv(): couldnt read from FT2232". What
does that mean and what might be the reason for this?
First of all, the reason might be the USB power supply. Try using a self-powered hub
instead of a direct connection to your computer. Secondly, the error code 4 corresponds
to an FT IO ERROR, which means that the driver for the FTDI USB chip ran into
some sort of error - this points us to a USB problem.
GDB Disconnects When using the Amontec JTAGkey, sometimes OpenOCD crashes
with the following error message: "Error: gdb server.c:101 gdb get char(): read:
10054". What does that mean and what might be the reason for this?
Error code 10054 corresponds to WSAECONNRESET, which means that the debugger
(GDB) has closed the connection to OpenOCD. This might be a GDB issue.
LPC2000 Flash In the configuration file in the section where flash device configurations are described, there is a parameter for specifying the clock frequency for
LPC2000 internal flash devices (e.g. flash bank $_FLASHNAME lpc2000 0x0 0x40000
0 0 $_TARGETNAME lpc2000_v1 14746 calc_checksum), which must be specified in
kilohertz. However, I do have a quartz crystal of a frequency that contains fractions
of kilohertz (e.g. 14,745,600 Hz, i.e. 14,745.600 kHz). Is it possible to specify real
numbers for the clock frequency?
No. The clock frequency specified here must be given as an integral number. However,
this clock frequency is used by the In-Application-Programming (IAP) routines of the
LPC2000 family only, which seems to be very tolerant concerning the given clock
frequency, so a slight difference between the specified clock frequency and the actual
clock frequency will not cause any trouble.
Command Order Do I have to keep a specific order for the commands in the configuration file?
Well, yes and no. Commands can be given in arbitrary order, yet the devices listed
for the JTAG scan chain must be given in the right order (jtag newdevice), with the
device closest to the TDO-Pin being listed first. In general, whenever objects of the
same type exist which require an index number, then these objects must be given in
the right order (jtag newtap, targets and flash banks - a target references a jtag newtap
and a flash bank references a target).
You can use the scan chain command to verify and display the tap order.
Also, some commands cant execute until after init has been processed. Such commands include nand probe and everything else that needs to write to controller registers, perhaps for setting up DRAM and loading it with code.
JTAG TAP Order Do I have to declare the TAPS in some particular order?
Yes; whenever you have more than one, you must declare them in the same order used
by the hardware.
121
Many newer devices have multiple JTAG TAPs. For example: ST Microsystems
STM32 chips have two TAPs, a boundary scan TAP and Cortex-M3 TAP. Example: The STM32 reference manual, Document ID: RM0008, Section 26.5, Figure
259, page 651/681, the TDI pin is connected to the boundary scan TAP, which then
connects to the Cortex-M3 TAP, which then connects to the TDO pin.
Thus, the proper order for the STM32 chip is: (1) The Cortex-M3, then (2) The
boundary scan TAP. If your board includes an additional JTAG chip in the scan chain
(for example a Xilinx CPLD or FPGA) you could place it before or after the STM32
chip in the chain. For example:
OpenOCD TDI(output) -> STM32 TDI Pin (BS Input)
STM32 BS TDO (output) -> STM32 Cortex-M3 TDI (input)
STM32 Cortex-M3 TDO (output) -> SM32 TDO Pin
STM32 TDO Pin (output) -> Xilinx TDI Pin (input)
Xilinx TDO Pin -> OpenOCD TDO (input)
The jtag device commands would thus be in the order shown below. Note:
jtag newtap Xilinx tap -irlen ...
jtag newtap stm32 cpu -irlen ...
jtag newtap stm32 bs -irlen ...
# Create the debug target and say where it is
target create stm32.cpu -chain-position stm32.cpu ...
15. SYSCOMP Sometimes my debugging session terminates with an error. When I
look into the log file, I can see these error messages: Error: arm7 9 common.c:561
arm7 9 execute sys speed(): timeout waiting for SYSCOMP
TODO.
122
123
[square-brackets]
[square-brackets] are command substitutions. It operates much like Unix Shell backticks. The result of a [square-bracket] operation is exactly 1 string. Remember Rule
#1 - Everything is a string. These two statements are roughly identical:
# bash example
X=date
echo "The Date is: $X"
# Tcl example
set X [date]
puts "The Date is: $X"
double-quoted-things
double-quoted-things are just simply quoted text. $VARIABLES and [squarebrackets] are expanded in place - the result however is exactly 1 string. Remember
Rule #1 - Everything is a string
set x "Dinner"
puts "It is now \"[date]\", $x is in 1 hour"
{Curly-Braces}
{Curly-Braces} are magic: $VARIABLES and [square-brackets] are parsed, but are
NOT expanded or executed. {Curly-Braces} are like single-quote operators in BASH
shell scripts, with the added feature: {curly-braces} can be nested, single quotes can
not. {{{this is nested 3 times}}} NOTE: [date] is a bad example; at this writing,
Jim/OpenOCD does not have a date command.
124
125
126
NAME. It should find and return the full path to a file with that name; it uses an
internal search path. The RESULT is a string, which is substituted into the command
line in place of the bracketed find command. (Dont try to use a FILENAME which
includes the "#" character. That character begins Tcl comments.)
2. The source command is executed with the resulting filename; it reads a file and executes as a script.
1.
2.
3.
4.
The
The
The
The
TCLBODY
TCLBODY
TCLBODY
TCLBODY
is
is
is
is
127
In the end, when the target event FOO occurs the TCLBODY is evaluated. Method
#1 and #2 are functionally identical. For Method #3 and #4 it is more interesting.
What is the TCLBODY?
Remember the parsing rules. In case #3, {curly-braces} mean the $VARS and [squarebrackets] are expanded later, when the EVENT occurs, and the text is evaluated. In
case #4, they are replaced before the Target Object Command is executed. This
occurs at the same time $ TARGETNAME is replaced. In case #4 the date will never
change. {BTW: [date] is a bad example; at this writing, Jim/OpenOCD does not have
a date command}
128
129
under this License. If a section does not fit the above definition of Secondary then it is
not allowed to be designated as Invariant. The Document may contain zero Invariant
Sections. If the Document does not identify any Invariant Sections then there are none.
The Cover Texts are certain short passages of text that are listed, as Front-Cover
Texts or Back-Cover Texts, in the notice that says that the Document is released under
this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may
be at most 25 words.
A Transparent copy of the Document means a machine-readable copy, represented
in a format whose specification is available to the general public, that is suitable for
revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing
editor, and that is suitable for input to text formatters or for automatic translation to
a variety of formats suitable for input to text formatters. A copy made in an otherwise
Transparent file format whose markup, or absence of markup, has been arranged to
thwart or discourage subsequent modification by readers is not Transparent. An image
format is not Transparent if used for any substantial amount of text. A copy that is
not Transparent is called Opaque.
Examples of suitable formats for Transparent copies include plain ascii without
markup, Texinfo input format, LaTEX input format, SGML or XML using a publicly
available DTD, and standard-conforming simple HTML, PostScript or PDF designed
for human modification. Examples of transparent image formats include PNG, XCF
and JPG. Opaque formats include proprietary formats that can be read and edited
only by proprietary word processors, SGML or XML for which the DTD and/or
processing tools are not generally available, and the machine-generated HTML,
PostScript or PDF produced by some word processors for output purposes only.
The Title Page means, for a printed book, the title page itself, plus such following
pages as are needed to hold, legibly, the material this License requires to appear in the
title page. For works in formats which do not have any title page as such, Title Page
means the text near the most prominent appearance of the works title, preceding the
beginning of the body of the text.
A section Entitled XYZ means a named subunit of the Document whose title either
is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in
another language. (Here XYZ stands for a specific section name mentioned below, such
as Acknowledgements, Dedications, Endorsements, or History.) To Preserve
the Title of such a section when you modify the Document means that it remains a
section Entitled XYZ according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that
this License applies to the Document. These Warranty Disclaimers are considered to
be included by reference in this License, but only as regards disclaiming warranties:
any other implication that these Warranty Disclaimers may have is void and has no
effect on the meaning of this License.
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially or
noncommercially, provided that this License, the copyright notices, and the license
notice saying this License applies to the Document are reproduced in all copies, and
130
that you add no other conditions whatsoever to those of this License. You may not use
technical measures to obstruct or control the reading or further copying of the copies
you make or distribute. However, you may accept compensation in exchange for copies.
If you distribute a large enough number of copies you must also follow the conditions
in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly
display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed covers) of
the Document, numbering more than 100, and the Documents license notice requires
Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all
these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
the back cover. Both covers must also clearly and legibly identify you as the publisher
of these copies. The front cover must present the full title with all words of the title
equally prominent and visible. You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve the title of the
Document and satisfy these conditions, can be treated as verbatim copying in other
respects.
If the required texts for either cover are too voluminous to fit legibly, you should put
the first ones listed (as many as fit reasonably) on the actual cover, and continue the
rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100,
you must either include a machine-readable Transparent copy along with each Opaque
copy, or state in or with each Opaque copy a computer-network location from which
the general network-using public has access to download using public-standard network
protocols a complete Transparent copy of the Document, free of added material. If
you use the latter option, you must take reasonably prudent steps, when you begin
distribution of Opaque copies in quantity, to ensure that this Transparent copy will
remain thus accessible at the stated location until at least one year after the last time
you distribute an Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the Document well
before redistributing any large number of copies, to give them a chance to provide you
with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the conditions
of sections 2 and 3 above, provided that you release the Modified Version under precisely
this License, with the Modified Version filling the role of the Document, thus licensing
distribution and modification of the Modified Version to whoever possesses a copy of
it. In addition, you must do these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from that of the
Document, and from those of previous versions (which should, if there were any,
be listed in the History section of the Document). You may use the same title as
a previous version if the original publisher of that version gives permission.
131
B. List on the Title Page, as authors, one or more persons or entities responsible for
authorship of the modifications in the Modified Version, together with at least five
of the principal authors of the Document (all of its principal authors, if it has fewer
than five), unless they release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version, as the
publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to the other
copyright notices.
F. Include, immediately after the copyright notices, a license notice giving the public
permission to use the Modified Version under the terms of this License, in the form
shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover
Texts given in the Documents license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled History, Preserve its Title, and add to it an item
stating at least the title, year, new authors, and publisher of the Modified Version
as given on the Title Page. If there is no section Entitled History in the Document, create one stating the title, year, authors, and publisher of the Document
as given on its Title Page, then add an item describing the Modified Version as
stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public access to
a Transparent copy of the Document, and likewise the network locations given in
the Document for previous versions it was based on. These may be placed in the
History section. You may omit a network location for a work that was published
at least four years before the Document itself, or if the original publisher of the
version it refers to gives permission.
K. For any section Entitled Acknowledgements or Dedications, Preserve the Title
of the section, and preserve in the section all the substance and tone of each of the
contributor acknowledgements and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their text and
in their titles. Section numbers or the equivalent are not considered part of the
section titles.
M. Delete any section Entitled Endorsements. Such a section may not be included
in the Modified Version.
N. Do not retitle any existing section to be Entitled Endorsements or to conflict in
title with any Invariant Section.
O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or appendices that qualify
as Secondary Sections and contain no material copied from the Document, you may at
your option designate some or all of these sections as invariant. To do this, add their
titles to the list of Invariant Sections in the Modified Versions license notice. These
titles must be distinct from any other section titles.
132
You may add a section Entitled Endorsements, provided it contains nothing but
endorsements of your Modified Version by various partiesfor example, statements of
peer review or that the text has been approved by an organization as the authoritative
definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up
to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified
Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be
added by (or through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or by arrangement
made by the same entity you are acting on behalf of, you may not add another; but
you may replace the old one, on explicit permission from the previous publisher that
added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission
to use their names for publicity for or to assert or imply endorsement of any Modified
Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this License,
under the terms defined in section 4 above for modified versions, provided that you
include in the combination all of the Invariant Sections of all of the original documents,
unmodified, and list them all as Invariant Sections of your combined work in its license
notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical
Invariant Sections may be replaced with a single copy. If there are multiple Invariant
Sections with the same name but different contents, make the title of each such section
unique by adding at the end of it, in parentheses, the name of the original author or
publisher of that section if known, or else a unique number. Make the same adjustment
to the section titles in the list of Invariant Sections in the license notice of the combined
work.
In the combination, you must combine any sections Entitled History in the various original documents, forming one section Entitled History; likewise combine any
sections Entitled Acknowledgements, and any sections Entitled Dedications. You
must delete all sections Entitled Endorsements.
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released
under this License, and replace the individual copies of this License in the various
documents with a single copy that is included in the collection, provided that you
follow the rules of this License for verbatim copying of each of the documents in all
other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted
document, and follow this License in all other respects regarding verbatim copying of
that document.
7. AGGREGATION WITH INDEPENDENT WORKS
A compilation of the Document or its derivatives with other separate and independent
documents or works, in or on a volume of a storage or distribution medium, is called
133
an aggregate if the copyright resulting from the compilation is not used to limit the
legal rights of the compilations users beyond what the individual works permit. When
the Document is included in an aggregate, this License does not apply to the other
works in the aggregate which are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document,
then if the Document is less than one half of the entire aggregate, the Documents Cover
Texts may be placed on covers that bracket the Document within the aggregate, or the
electronic equivalent of covers if the Document is in electronic form. Otherwise they
must appear on printed covers that bracket the whole aggregate.
8. TRANSLATION
Translation is considered a kind of modification, so you may distribute translations
of the Document under the terms of section 4. Replacing Invariant Sections with
translations requires special permission from their copyright holders, but you may
include translations of some or all Invariant Sections in addition to the original versions
of these Invariant Sections. You may include a translation of this License, and all the
license notices in the Document, and any Warranty Disclaimers, provided that you
also include the original English version of this License and the original versions of
those notices and disclaimers. In case of a disagreement between the translation and
the original version of this License or a notice or disclaimer, the original version will
prevail.
If a section in the Document is Entitled Acknowledgements, Dedications, or History, the requirement (section 4) to Preserve its Title (section 1) will typically require
changing the actual title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except as expressly
provided for under this License. Any other attempt to copy, modify, sublicense or
distribute the Document is void, and will automatically terminate your rights under
this License. However, parties who have received copies, or rights, from you under this
License will not have their licenses terminated so long as such parties remain in full
compliance.
10. FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions of the GNU Free
Documentation License from time to time. Such new versions will be similar in spirit
to the present version, but may differ in detail to address new problems or concerns.
See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document
specifies that a particular numbered version of this License or any later version
applies to it, you have the option of following the terms and conditions either of that
specified version or of any later version that has been published (not as a draft) by
the Free Software Foundation. If the Document does not specify a version number of
this License, you may choose any version ever published (not as a draft) by the Free
Software Foundation.
134
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the
with. . . Texts. line with this:
with the Invariant Sections being list their titles , with
the Front-Cover Texts being list , and with the Back-Cover Texts
being list .
If you have Invariant Sections without Cover Texts, or some other combination of the three,
merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing
these examples in parallel under your choice of free software license, such as the GNU
General Public License, to permit their use in free software.
135
about . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
adaptive clocking . . . . . . . . . . . . . . . . . . . . . . . . . 44, 117
Architecture Specific Commands . . . . . . . . . . . . . . . 93
ARM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
ARM semihosting . . . . . . . . . . . . . . . . . . . . . . . . . . 17, 97
ARM11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
ARM7. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
ARM720T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
ARM9. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
ARM920T . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
ARM926ej-s . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
ARM966E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
ARMv4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
ARMv5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
ARMv6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
ARMv7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
at91sam3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
autoprobe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
ETB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ETM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
event, reset-init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48, 53,
93
93
24
62
F
faq . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
flash configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
flash erasing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
flash reading. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash writing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
FPGA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
FTDI. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
G
B
board config file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
breakpoint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
C
CFI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
command line options . . . . . . . . . . . . . . . . . . . . . . . . . 11
commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Common Flash Interface . . . . . . . . . . . . . . . . . . . . . . . 68
config command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
config file, board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
config file, interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
config file, overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
config file, target . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
config file, user . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
configuration stage . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
Connecting to GDB . . . . . . . . . . . . . . . . . . . . . . . . . . 111
Core Specific Commands . . . . . . . . . . . . . . . . . . . . . . 93
Cortex-M3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
CPU type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
CPU variant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
D
DAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
DCC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98, 104
Debug Access Port . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
developers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
directory search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
disassemble . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
dongles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
dotted name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
H
halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
I
image dumping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
image loading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
init board procedure. . . . . . . . . . . . . . . . . . . . . . . . . . .
init targets procedure . . . . . . . . . . . . . . . . . . . . . . . . .
initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
interface config file. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
91
91
25
29
32
36
J
Jim-Tcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
jrc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
JTAG. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1, 42
JTAG autoprobe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
JTAG Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
JTAG Route Controller . . . . . . . . . . . . . . . . . . . . . . . . 54
L
libdcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
Linux-ARM DCC support . . . . . . . . . . . . . . . . . . . . 104
logfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
136
M
memory access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
message level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mFlash commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mFlash Configuration . . . . . . . . . . . . . . . . . . . . . . . . . .
SWD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
90
87
78
77
N
NAND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
NAND configuration . . . . . . . . . . . . . . . . . . . . . . . . . . .
NAND erasing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
NAND other commands . . . . . . . . . . . . . . . . . . . . . . .
NAND programming . . . . . . . . . . . . . . . . . . . . . . . 81,
NAND reading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
NAND verification . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
NAND writing. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
79
79
81
82
82
80
82
81
O
object command . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
P
PLD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
port . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
printer port. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
profiling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
Programming using GDB . . . . . . . . . . . . . . . . . . . . . 112
T
TAP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
TAP configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
TAP declaration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
TAP events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
TAP naming convention . . . . . . . . . . . . . . . . . . . . . . . 51
TAP state names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
target config file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
target events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
target initialization . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
target type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
target, current . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
target, list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
tcl. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Tcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
Tcl Scripting API . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
Tcl scripts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
TCP port . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
TFTP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
tracing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93, 104
translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
Transport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
U
USB Adapter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
user config file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
R
reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
Reset Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
reset-init handler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
RTCK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5, 44, 117
S
scan chain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
Serial Peripheral Interface . . . . . . . . . . . . . . . . . . . . . 43
Serial Vector Format . . . . . . . . . . . . . . . . . . . . . . . . . 109
Serial Wire Debug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
SMI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
SMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27, 113
SPI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
STMicroelectronics Serial Memory Interface . . . . 68
stmsmi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
str9xpec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
SVF. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
V
variable names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
vector catch . . . . . . . . . . . . . . . . . 16, 98, 102, 103, 104
vector table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
W
watchpoint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
wiggler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
X
Xilinx Serial Vector Format . . . . . . . . . . . . . . . . . . . 109
XScale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
XSVF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
Z
zy1000 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
137
arp_examine . . . . . . . . . . . . . . . . . . . .
arp_halt . . . . . . . . . . . . . . . . . . . . . . .
arp_poll . . . . . . . . . . . . . . . . . . . . . . .
arp_reset . . . . . . . . . . . . . . . . . . . . . .
arp_waitstate . . . . . . . . . . . . . . . . . .
array2mem . . . . . . . . . . . . . . . . . . . . . .
cget . . . . . . . . . . . . . . . . . . . . . . . . . . . .
configure . . . . . . . . . . . . . . . . . . . . . .
curstate . . . . . . . . . . . . . . . . . . . . . . .
eventlist . . . . . . . . . . . . . . . . . . . . . .
invoke-event . . . . . . . . . . . . . . . . . . .
mdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mdh . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mdw . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mem2array . . . . . . . . . . . . . . . . . . . . . .
mwb . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mwh . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mww . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
60
60
60
60
60
60
61
59
61
61
61
61
61
61
60
61
61
61
A
adapter_khz . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
adapter_name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
adapter_nsrst_assert_width . . . . . . . . . . . . . . . . . 46
adapter_nsrst_delay . . . . . . . . . . . . . . . . . . . . . . . . . 46
add_script_search_dir . . . . . . . . . . . . . . . . . . . . . . . 88
aduc702x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
amt_jtagaccel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
append_file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
arm core_state . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm disassemble . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm mcr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm mrc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm reg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm semihosting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
arm-jtag-ew . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
arm11 memwrite burst . . . . . . . . . . . . . . . . . . . . . . . . 102
arm11 memwrite error_fatal . . . . . . . . . . . . . . . . . 102
arm11 step_irq_enable . . . . . . . . . . . . . . . . . . . . . . 102
arm11 vcr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
arm7_9 dbgrq . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
arm7_9 dcc_downloads . . . . . . . . . . . . . . . . . . . . . . . . 98
arm7_9 fast_memory_access . . . . . . . . . . . . . . . . . . . 98
arm720t cp15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
arm9 vector_catch . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
arm920t cache_info . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
arm920t cp15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
arm920t cp15i. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
arm920t read_cache . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
arm920t read_mmu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
arm926ejs cache_info . . . . . . . . . . . . . . . . . . . . . . . . 99
arm966e cp15. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
armjtagew_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
at91rm9200. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 gpnvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 gpnvm clear . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 gpnvm set . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 gpnvm show . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 info. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam3 slowclk . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam7 gpnvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam9 ale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam9 ce . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam9 cle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
at91sam9 rdy_busy . . . . . . . . . . . . . . . . . . . . . . . . . . . .
avr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
37
69
69
69
69
70
70
70
70
70
83
83
83
83
83
71
B
bp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
C
cat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
cfi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
cortex_m3 maskisr . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
cortex_m3 reset_config . . . . . . . . . . . . . . . . . . . . . 104
cortex_m3 vector_catch . . . . . . . . . . . . . . . . . . . . . 104
cp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
D
dap apid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
dap apsel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
dap baseaddr. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
dap info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
dap memaccess . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
davinci . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
debug_level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
drscan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106
dummy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37, 96
dump_image. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
E
echo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ecosflash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ep93xx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etb config . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etb trigger_percent . . . . . . . . . . . . . . . . . . . . . . . . . .
etm analyze . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm config . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm dump . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
88
71
37
96
96
96
95
93
95
etm image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm status . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm stop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm tracemode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm trigger_debug . . . . . . . . . . . . . . . . . . . . . . . . . . . .
etm_dummy config . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
138
95
94
95
95
94
95
94
94
96
87
F
fast_load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
fast_load_image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
flash bank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
flash banks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash erase_address . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flash erase_check . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
flash erase_sector . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash fillb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flash fillh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flash fillw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flash info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
flash list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash probe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
flash protect. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
flash write_bank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flash write_image . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
flush_count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
fm3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
ft2232 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
ft2232_device_desc . . . . . . . . . . . . . . . . . . . . . . . . . . 37
ft2232_latency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
ft2232_layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
ft2232_serial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
ft2232_vid_pid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
G
gdb_breakpoint_override . . . . . . . . . . . . . . . . . . . . .
gdb_flash_program. . . . . . . . . . . . . . . . . . . . . . . . . . . .
gdb_memory_map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
gdb_port . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
gdb_report_data_abort . . . . . . . . . . . . . . . . . . . . . . .
gw16012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
34
34
34
33
34
40
H
halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
I
init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
init_reset. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
interface transports . . . . . . . . . . . . . . . . . . . . . . . .
32
48
36
36
interface_list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
ip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
irscan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
J
jlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
jtag arp_init. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
jtag arp_init-reset . . . . . . . . . . . . . . . . . . . . . . . . . . 49
jtag cget . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
jtag configure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
jtag names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
jtag newtap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
jtag tapdisable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
jtag tapenable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
jtag tapisenabled . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
jtag_init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
jtag_ntrst_assert_width . . . . . . . . . . . . . . . . . . . . . 47
jtag_ntrst_delay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
jtag_rclk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
jtag_reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
L
load_image. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
log_output. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2000 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2000 part_id . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc288x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 password . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 read_custom . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 secure_jtag . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 secure_sector . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 signature . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc2900 write_custom . . . . . . . . . . . . . . . . . . . . . . . .
lpc3180 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
lpc3180 select . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
91
88
71
71
71
71
72
72
73
73
72
72
84
84
90
M
mac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mdb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mdh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mdw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
meminfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash bank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash config boot . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash config pll . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash config storage . . . . . . . . . . . . . . . . . . . . . . . .
mflash dump . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash probe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mflash write . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mwb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mwh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mww . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
mx3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
90
90
90
90
90
77
78
78
78
78
78
78
91
91
91
84
139
mxc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
mxc biswap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
N
check_bad_blocks . . . . . . . . . . . . . . . . . . . . . . .
device . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
dump . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
probe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
raw_access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
verify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
write . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
82
80
80
81
82
80
80
83
82
81
ocl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
oocd_trace. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
oocd_trace config . . . . . . . . . . . . . . . . . . . . . . . . . . . .
oocd_trace resync . . . . . . . . . . . . . . . . . . . . . . . . . . . .
oocd_trace status . . . . . . . . . . . . . . . . . . . . . . . . . . . .
orion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
73
96
96
96
96
84
nand
nand
nand
nand
nand
nand
nand
nand
nand
nand
P
parport . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
parport_cable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
parport_port . . . . . . . . . . . . . . . . . . . . . . . . . . 37, 40, 41
parport_toggling_time . . . . . . . . . . . . . . . . . . . . . . . 41
parport_write_on_exit . . . . . . . . . . . . . . . . . . . . . . . 41
pathmove . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
peek . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
pic32mx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
pic32mx pgm_word . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
pic32mx unlock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
pld device . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
pld devices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
pld load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
poke . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
poll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
power . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
presto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
presto_serial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
R
rbp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
reg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
remote_bitbang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
remote_bitbang_host . . . . . . . . . . . . . . . . . . . . . . . . .
remote_bitbang_port . . . . . . . . . . . . . . . . . . . . . . . . .
reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
reset halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
reset init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
reset run . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
92
88
39
39
39
89
89
89
89
reset_config . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
resume . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
rlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
rm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
rtck . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
runtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
rwp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
S
s3c2410 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
s3c2412 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
s3c2440 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
s3c2443 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
s3c6400 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
scan_chain. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
shutdown . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
soft_reset_halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
stellaris . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
stellaris recover bank_id . . . . . . . . . . . . . . . . . . . 74
step . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
stlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
stm32f1x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
stm32f1x lock. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
stm32f1x options_read . . . . . . . . . . . . . . . . . . . . . . . 74
stm32f1x options_write . . . . . . . . . . . . . . . . . . . . . . 74
stm32f1x unlock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
stm32f2x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
stmsmi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
str7x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
str7x disable_jtag . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
str9x . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
str9x flash_config . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
str9xpec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec disable_turbo . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec enable_turbo . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec lock. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_cmap . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_lvdsel . . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_lvdthd . . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_lvdwarn . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_read . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec options_write . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec part_id . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
str9xpec unlock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
svf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109
swd newdap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
swd wcr trn prescale . . . . . . . . . . . . . . . . . . . . . . . . . 43
T
target
target
target
target
target
target
count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
create. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
current . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
number. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
56
59
56
56
57
57
140
U
usb_blaster . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39,
usb_blaster_device_desc . . . . . . . . . . . . . . . . . . . . .
usb_blaster_vid_pid . . . . . . . . . . . . . . . . . . . . . . . . .
usbprog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
40
39
39
42
V
verify_image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
verify_ircapture. . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
verify_jtag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108
version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
virt2phys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
virtex2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
virtex2 read_stat . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
virtual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
vsllink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
W
wait_halt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
wp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
X
xscale analyze_trace . . . . . . . . . . . . . . . . . . . . . . .
xscale cache_clean_address . . . . . . . . . . . . . . . .
xscale cache_info . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale cp15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale dcache . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale debug_handler . . . . . . . . . . . . . . . . . . . . . . .
xscale dump_trace . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale icache . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale mmu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale trace_buffer . . . . . . . . . . . . . . . . . . . . . . . .
xscale trace_image . . . . . . . . . . . . . . . . . . . . . . . . . .
xscale vector_catch . . . . . . . . . . . . . . . . . . . . . . . .
xscale vector_table . . . . . . . . . . . . . . . . . . . . . . . .
xsvf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
101
101
101
101
101
101
101
101
101
101
102
102
102
109
Z
ZY1000 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42