Debugger Engine Commands
Debugger Commands
804
Microcontrollers Debugger Manual
When LS is performed on a single symbol (e.g., in>ls counter) that is an
application variable as well as a user symbol, the application variable is displayed.
Example with j being an application symbol as well as a user symbol:
in>ls j
Application Symbol:
j 0x83 (131)

MEM

The MEM command displays a representation of the current system memory map and
lower and upper boundaries of the internal module that contains the MCU registers.
Usage
MEM
Components
Debugger engine.
Example:
in>mem
Type Addresses Comment
-------------------------------------------------------
IO 0.. 3F PRU or TOP TOP board resource or the PRU
NONE 40.. 4F NONE
RAM 50.. 64F RAM
NONE 650.. 7FF NONE
EEPROM 800.. A7F EEPROM
NONE A80..3DFF NONE
ROM 3E00..FDFF ROM
IO FE00..FE1F PRU or TOP TOP board resource or the PRU
NONE FE20..FFDB NONE
ROM FFDC..FFFE ROM
COP FFFF..FFFF special ram for cop
RT MEM 0.. 3FF (enabled)
-------------------------------------------------------