Qorivva MPC5xxx/SPC5xx Debugger and NEXUS Trace
89
©1989-2021 Lauterbach GmbH
SYStem.Mode
Select operation mode
Selects the target reset mode.
Format:
SYStem.Mode
<
mode
>
SYStem.Attach
(alias for SYStem.Mode Attach)
SYStem.Down
(alias for SYStem.Mode Down)
SYStem.Up
(alias for SYStem.Mode Up)
<
mode
>:
Down
|
NoDebug
|
Go
|
Attach
|
StandBy
|
Up
Down
Disables the debugger. The state of the CPU remains unchanged.
NoDebug
Resets the target with debug mode disabled. In this mode no debugging
is possible. The CPU state keeps in the state of NoDebug.
Go
Resets the target with debug mode enabled and prepares the CPU for
debug mode entry. Now, the processor can be stopped with the break
command or any break condition.
Attach
Connect to the processor without resetting target/processor. Use this
command to connect to the processor without changing it’s current state.
StandBy
Debugging/Tracing through power cycles.
The debugger will wait until power-on is detected, then bring the CPU
into debug mode, set all debug and trace registers and start the CPU. In
order to halt the CPU at the first instruction, place a temporary on-chip
breakpoint range (Break 0--0xFFFFFFFC /Onchip)
Up
Resets the target/processor and sets the CPU to debug mode. After
execution of this command the CPU is stopped and prepared for
debugging.