HP 16600A Series User Manual page 198

Solutions for the motorola cpu32
Hide thumbs Also See for 16600A Series:
Table of Contents

Advertisement

the SIM registers before issuing these two commands. "control –c" is
used by SingleStep to forward a command to the emulation module.
For help on either the "sync sim" or "pp load" command, issue the
commands, control –c "help sync" or control –c "help pp load" into the
Command window. Also, note that the help pp load command will refer
to the analysis probe as a preprocessor. They are one in the same.
If your target is not one that SDS ships a workspace for, add a line to
the bottom of the file "sstep.ini" (which is supplied with the debugger)
that sets up the _config alias to point to a .cfg file to use. This line will
look like:
alias _config 'source ${cmdpath}68336.cfg'
In this case, the name of the config file to use is 68336.cfg. Edit this file
specific for your targets need. Keep in mind, that commands beginning
with "control –c" followed by a string of quoted text are commands that
will be forwarded to the emulation module. Commands that do not
begin with "control –c" are SingleStep commands.
Example
Here is a configuration file which contains both emulation module
built-in commands and SingleStep commands:
# Config file for 68336 Motorola Modular Board
# First set clock speed to 8 MHz
control -c "cf procck=8"
# Set the processor id to 68336
control -c "cf proc=68336"
set vectbase = 0x000000
set vectaddr = 0x000000
# write -l CPU:0x3FF00 = 0x01000133
# write -l SD:0x01001000 = 0x0001438F
# write -b SD:0x01001022 = 0x0E
# write -l SD:0x01001040 = 0x17CD23A0
# write -l SD:0x01001050 = 0x00000000
# write -l SD:0x01001054 = 0x00000000
# write -l SD:0x01001060 = 0xA0000001
# write -l SD:0x01001064 = 0x2FE00000
# write -l SD:0x01001080 = 0x00000001
# write -l SD:0x01001084 = 0x4FE00009
Solutions for CPU32
Chapter 8: Using the Emulator with a Debugger
Using the Software Development Systems debugger
# MBAR
# MCR
# SYPCR
# GIMR
# BR0
# OR0
# BR1
# OR1
# BR3
# OR3
197

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

16700a series

Table of Contents