
STM8 Debugger
13
©1989-2019 Lauterbach GmbH
SYStem.MemAccess
Real-time memory access (non-intrusive)
Default: Denied.
SYStem.Mode
Establish the communication with the target
Default: Down.
SYStem.LOCK
Lock and tristate the debug port
Default: OFF
If the system is locked, no access to the debug port will be performed by the debugger. While locked, the
debug connector of the debugger is tristated. The main intention of the
SYStem.Lock
command is to give
debug access to another tool.
Format:
SYStem.MemAccess CPU
|
Denied
CPU
This option is not available at the moment.
Denied
Real-time memory access during program execution to target is disabled.
Format:
SYStem.Mode
<mode>
<
mode
>:
Down
Go
Up
Down
Disables the debugger. The state of the CPU remains unchanged.
Go
Resets the target and starts execution.
Up
Resets the target and stops the CPU at the reset vector.
Format:
SYStem.LOCK
[
ON
|
OFF
]