Specifications

Table Of Contents
ARM Debugger 82 ARM specific SYStem Commands
©1989-2014 Lauterbach GmbH
SYStem.MemAccess Run-time memory access
Default: Denied.
If SYStem.MemAccess is not Denied, it is possible to read from memory, to write to memory and to set
software breakpoints while the CPU is executing the program. This requires one of the following monitors.
Format: SYStem.MemAccess <mode>
<mode>: Cerberus
CPU
DAP
NEXUS
TSMON3
TSMON
PTMON3
PTMON
QMON
UDMON3
UDMON
RealMON
TrkMON
GdbMON
Denied
Cerberus The memory access is done through an Infineon proprietary Cerberus module.
This memory access is only available and selectable on a few Infineon
processors and only by script or in the command line.
CPU A run-time memory access is made without CPU intervention while the program
is running. This is only possible on the instruction set simulator.
DAP A run-time memory access is done via a Memory Access Port (MEM-AP) of the
Debug Access Port (DAP). This is only possible if a DAP is available on the chip
and if the memory bus is connected to it (Cortex, CoreSight). The debugger uses
the AXI MEM-AP specified by SYStem.CONFIG AXIACCESSPORT if available,
the MEM-AP (typically AHB) specified by SYStem.CONFIG
MEMORYACCESSPORT otherwise.
NEXUS The memory access is done through the Nexus interface which is only available on
MAC7xxx processors.