User`s guide
MPC8240 and MPC8260 Emulation 75
Chapter 5: Connecting and Configuring the Emulator
Configuring the Emulator
To configure reset vector address
The reset vector address configuration item specifies which reset
vector the target hardware is using. This value does not set the reset
vector. This is done by the hardware.
To configure restriction to real-time runs
This option enables or disables restriction to real-time runs
implemented for all commands other than "rst", "b", "s" and "r".
If your debugger allows displaying or modifying memory or registers
while the processor is running, you must set rrt=no in order to use that
feature.
Vector address configuration
Value Emulation module configured for Built-in command
fff00100 Default cf vector=fff00100
00000100 cf vector=00000100
Real-time runs configuration
Value Emulation module configured for Built-in command
no If the processor is running user code, a
request for a register or memory display
will put the processor in monitor mode,
read the requested register(s), then restore
the processor to running user code.
(Default)
cf rrt=no
yes If the processor is running user code, a
request for a memory or register display
will return: !ERROR 647! Restricted to Real
Time
cf rrt=yes