Specifications

RDI DRIVERS FOR THIRD PARTY ARM DEBUGGERS
WITH JTAGJET
29
dd <address>
Read a DWORD (32bit) from memory
<address>.
dw <address>
Read a WORD (16bit) from memory
<address>.
db <address>
Read a BYTE (8bit) from memory
<address>.
reset /halt
Reset the CPU. The /halt option stops the
CPU after the reset.
pause <msec>
Pause for the <msec> number of
milliseconds.
emu <parameter> = <value>
Set one of the following emulation
parameters:
cmdline (argument string for the
debugger)
semihosting_enabled (0 – disabled, 1 –
enabled)
TABLE 1 Configuration file commands.
Empty lines, spaces and comments starting with a semicolon are ignored.
The following is an example of a typical startup macro file.