C6000 Debugger | 51
©
1989-2022
Lauterbach
SYStem.Option.BigEndian
Enable big endian mode
Switches endianness of memory access to Big Endian
SYStem.Option.DAPNOIRCHECK
No DAP instruction register check
Default: OFF.
Bug fix for derivatives which do not return the correct pattern on a DAP (Arm CoreSight Debug Access Port)
instruction register (IR) scan. When activated, the returned pattern will not be checked by the debugger.
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
Format:
SYStem.Option.BigEndian
[
ON
|
OFF
]
ON
Switches endianness to Big Endian
OFF (default)
Switches endianness to Little Endian
Format:
SYStem.Option.DAPNOIRCHECK
[
ON
|
OFF
]
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.