C2000 Debugger | 52
©
1989-2023
Lauterbach
SYStem.Option.DAPREMAP
Rearrange DAP memory map
The Debug Access Port (DAP) can be used for memory access during runtime. If the mapping on the DAP is
different than the processor view, then this re-mapping command can be used
SYStem.Option.DAPSYSPWRUPREQ
Force system power in DAP
Default: ON.
This option controls the SYSPWRUPREQ bit of the CTRL/STAT register of the Debug Access Port (DAP)
during and after the debug session
Format:
SYStem.Option.DAPREMAP
{
<address_range> <address>
}
NOTE:
Up to 16
<address_range>
/
<address>
pairs are possible. Each pair has to
contain an address range followed by a single address.
Format:
SYStem.Option.DAPSYSPWRUPREQ
[
AlwaysON
|
ON
|
OFF
]
AlwaysON
System power is requested by the debugger on a debug session start,
and the control bit is set to 1.
The system power is
not
released at the end of the debug session, and
the control bit remains at 1.
ON
System power is requested by the debugger on a debug session start,
and the control bit is set to 1.
The system power is released at the end of the debug session, and the
control bit is set to 0.
OFF
System power is
not
requested by the debugger on a debug session
start, and the control bit is set to 0.