C6000 Debugger | 56
©
1989-2022
Lauterbach
SYStem.Option.EnTRST
Control TAP reset
Default: ON.
To set the debug interface in a defined state the TAP is reset by driving the TRST pin low and additionally
holding TMS low for five 5 TCKs. By setting the EnTRST option to OFF only the TMS method is used. The
reason for introducing this command was that in some target systems several chips were connected to the
TRST line, which must not be reset together with the debug TAP.
SYStem.Option.HighPriority
Set data access priority
Default: OFF.
If this option is set to ON the debugger is allowed to stall the CPU pipeline for memory access. This will allow
to read data more often even during high CPU load, but at the cost of being invasive.
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.EnTRST
[
ON
|
OFF
]
Format:
SYStem.Option.HighPriority
[
ON
|
OFF
]
Format:
SYStem.Option.IMASKHLL
[
ON
|
OFF
]