User`s guide
74 MPC8240 and MPC8260 Emulation
Chapter 5: Connecting and Configuring the Emulator
Configuring the Emulator
To configure the processor type
The cfsave -s command will store the processor type configuration in
the emulation module’s flash memory. The cfsave -r command will
restore this configuration.
To configure reset operation
The reset configuration item controls what kind of reset is performed
and what state the processor will be in after the reset.
Processor type configuration
Value Emulation module configured for Built-in command
MPC8260 Motorola MPC8260 (ver. 1.0) cf proc=MPC8260
MPC8240 Motorola MPC8240 (ver. 1.0) cf proc=MPC8240
Reset configuration
Value Effect of a reset from the emulation module Built-in command
run Issuing the rst command will hard reset the
processor, reset the JTAG interface, and
allow the processor to run. (Default)
cf reset=run
stop Issuing the rst command will hard reset the
processor, reset the JTAG interface, and
cause the processor to stop at the reset
exception vector 0xfff00100 or 0x00000100.
The address used is determined by the
config item 'vector'.
cf reset=stop