C2000 Debugger | 48
©
1989-2023
Lauterbach
SYStem.MemAccess
Real-time memory access (non-intrusive)
.
SYStem.Mode
Establish the communication with the target
Format:
SYStem.MemAccess
StopAndGo | Enable | Denied
SYStem.ACCESS
(deprecated)
StopAndGo
Temporarily halts the core(s) to perform the memory access. Each stop
takes some time depending on the speed of the JTAG port, the number of
the assigned cores, and the operations that should be performed.
Enable
CPU
(deprecated)
Used to activate the memory access while the CPU is running on the
TRACE32 Instruction Set Simulator and on debuggers which do not have
a fixed name for the memory access method.
Denied
(default)
Real-time memory access during program execution to target is disabled.
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
>:
Attach
Down
Go
NoDebug
Up
Attach
The connection to the DSP is established without resetting the DSP.
Down
(default) Disables the debugger. The state of the DSP remains
unchanged. The JTAG port is tristated.
Go
Resets the target and enables the debugger and start the program
execution. Program execution can be stopped by the break command or
external trigger.
NoDebug
Resets the target with debug mode disabled. In this mode no debugging
is possible. The CPU state keeps in the state of NoDebug.