bdiRDI
JTAG interface for RDI Debuggers, BDI1000 User Manual 26
© Copyright 1999-2003 by ABATRON AG V 1.10
5.2 BDI Direct Commands
For special functions (mainly for flash programming) the BDI supports so called «Direct Commands».
This commands can be entered in a command file (e.g. PRELOAD.CMD) or if supported directly ex-
ecuted in the debugger’s Command Line Window. This Direct Commands are not interpreted by the
debugger but directly sent to the BDI. After processing the command the result is displayed in the
debugger’s Command Line Window.
Direct Commands are ASCII - Strings with the following structure:
<Object>.<Action> [<ParName>=<ParValue>]...
Example:
flash.erase addr=0x02800000
All names are case insensitive. Parameter values are numbers or strings. Numeric parameters can
be entered as decimal (e.g. 700) or as hexadecimal (0x80000) values.
5.2.1 Target.Reset
This direct command executes a real physical reset of the target system.