Chapter 3. Using the Monitor/Debug Firmware
3-1
Chapter 3
Using the Monitor/Debug Firmware
The M5271EVB single board computer has a resident firmware package that provides a
self-contained programming and operating environment. The firmware, named dBUG,
provides the user with monitor/debug interface, inline assembler and disassembly, program
download, register and memory manipulation, and I/O control functions. This chapter is a
how-to-use description of the dBUG package, including the user interface and command
structure.
3.1
What Is dBUG?
dBUG is a traditional ROM monitor/debugger that offers a comfortable and intuitive
command line interface that can be used to download and execute code. It contains all the
primary features needed in a debugger to create a useful debugging environment.
The firmware provides a self-contained programming and operating environment. dBUG
interacts with the user through pre-defined commands that are entered via the terminal.
These commands are defined in Section 3.4, “Commands”.
The user interface to dBUG is the command line. A number of features have been
implemented to achieve an easy and intuitive command line interface.
dBUG assumes that an 80x24 character dumb-terminal is utilized to connect to the
debugger. For serial communications, dBUG requires eight data bits, no parity, and one stop
bit (8-N-1) with no flow control. The default baud rate is 19200 but can be changed after
power-up.
The command line prompt is “dBUG> ”. Any dBUG command may be entered from this
prompt. dBUG does not allow command lines to exceed 80 characters. Wherever possible,
dBUG displays data in 80 columns or less. dBUG echoes each character as it is typed,
eliminating the need for any “local echo” on the terminal side.
In general, dBUG is not case sensitive. Commands may be entered either in upper or lower
case, depending upon the user’s equipment and preference. Only symbol names require that
the exact case be used.
Summary of Contents for M5271EVB
Page 1: ...M5271EVBUM Rev 1 0 6 2004 M5271EVB User s Manual Supports Devices MCF5271 MCF5270 ...
Page 8: ...8 M5271EVB User s Manual MOTOROLA CONTENTS Paragraph Number Title Page Number ...
Page 37: ...Chapter 2 Initialization and Setup 2 7 Installation and Setup Figure 2 5 Jumper Locations ...
Page 84: ...A 4 M5271EVB User s Manual MOTOROLA Troubleshooting Network Problems ...
Page 85: ...MOTOROLA Appendix B Schematics B 1 Appendix B Schematics B 1 M5271EVB Schematics ...
Page 86: ...B 2 M5271EVB User s Manual MOTOROLA M5271EVB Schematics ...
Page 100: ...B 16 M5271EVB User s Manual MOTOROLA M5271EVB Schematics ...