C2000 Debugger | 54
©
1989-2023
Lauterbach
SYStem.Option.ExecutionMode
Sets the CPU execution mode
[build 153801 - DVD 02/2023]
Default: StopMode.
The option controls the behavior of code execution and debug communication during debug events.
SYStem.Option.IMASKASM
Disable interrupts while single stepping
Default: OFF.
If enabled, the interrupt mask bits of the CPU will be set during assembler single-step operations. The
interrupt routine is not executed during single-step operations. After single step the interrupt mask bits are
restored to the value before the step.
SYStem.Option.IMASKHLL
Disable interrupts while HLL single stepping
Default: OFF.
If enabled, the interrupt mask bits of the CPU will be set during HLL single-step operations. The interrupt
routine is not executed during single-step operations. After single step the interrupt mask bits are restored to
the value before the step.
Format:
SYStem.Option.ExecutionMode
[
StopMode
|
Real-Time
]
StopMode
The CPU can be halted at any point and only resumes execution after a
Go
command.
Real-Time
The CPU is not halted during real-time interrupts. If the CPU is in halted
state and a real-time interrupt occurs, the CPU may leave the halted state
to service the interrupt. The CPU then continues execution until all real-
time interrupts have completed.
Format:
SYStem.Option.IMASKASM
[
ON
|
OFF
]
Format:
SYStem.Option.IMASKHLL
[
ON
|
OFF
]