
MMDSP Debugger
24
©1989-2019 Lauterbach GmbH
SYStem.Option EnReset
Control activation of the reset line
Default: OFF.
The command controls whether the debugger will (ever) pull the reset line. As the MMDSP is normally used
as "slave" in multi-core systems, the default setting for the option is OFF. Consequently the reset line will
never be activated on default.
Additionally you might want to use the option "SYStem.CONFIG SLAVE ON" in order to also disable the
reset of the TAP controller when connecting to the target.
SYStem.Option IMASKASM
Disable interrupts while single stepping
Default: OFF.
If enabled, all interrupts will be masked during assembler single-step operations by use of the
EMU_UNIT_MASKIT register (MMIO @ 0xF600). After the single step the register is restored to the original
value. If the option is disabled, the EMU_UNIT_MASKIT register is not modified.
SYStem.Option IMASKHLL
Disable interrupts while HLL single stepping
Default: OFF.
If enabled, all interrupts will be masked during HLL single-step operations by use of the
EMU_UNIT_MASKIT register (MMIO @ 0xF600). After the single step the register is restored to the original
value. If the option is disabled, the EMU_UNIT_MASKIT register is not modified.
Format:
SYStem.Option EnReset
[
ON
|
OFF
]
Format:
SYStem.Option IMASKASM
[
ON
|
OFF
]
Format:
SYStem.Option IMASKHLL
[
ON
|
OFF
]