Specifications

Omni 3200 Reference Manual
114 Debugging an Application Program
Debugging Commands
The debugging computer can send the following commands to the
terminal. These commands are described in detail at the end of this
section.
Command
Terminal Response
B Get static registers
C Clear all diagnostic counters
D Memory dump
F Get current source file name
G Get diagnostic counters
I Get current EM instructions
L Get line number in the current source file
N Direct download via current debugger port
P Read from device
R Resume EM execution
S Block EM execution
T Configure diagnostic parameters
W Write to device
X Terminate diagnostics and restart terminal
[space] Single step through program
Data Packet Exchange
Remote diagnostics and debugging commands, as well as the
terminal's responses, are exchanged as data packets. A data packet
has the following format:
<FFh> <55h> <count> <command> <data> <CRC1> <CRC2>
where,
CRC stands for Cyclic Redundancy Check,
<FFh> <55h> is the packet header that appears at the beginning
of every command or response packet, and
O3200 RM Book.book Page 114 Thursday, April 29, 1999 3:48 PM