| |||
| Home > RealView Debugger Features > Memory mapping | |||
RealView Debugger supports memory mapping which enables you to tailor the memory view to match that of your target. A memory map contains user-defined regions that have attributes such as read-write, read-only, or write-only. This enables you to only modify and view memory that is valid for your target.
By default, the whole memory range (0x00000000 to 0xFFFFFFFF)
is available to you in RealView Debugger, through either:
the disassembly view, which is provided in the Disassembly tab of the Code window
the Memory view.
See also: