| |||
| Home > Examining the Target Execution Environment > Viewing memory contents > Examining memory in the Memory pane | |||
To examine the contents of memory in the Memory pane:
Connect to your target.
Load your image, for example, dhrystone.axf.
Select Memory from the View menu to display the Memory pane as a floating pane. An example is shown in Figure 13.28. No memory locations are displayed when you first connect to a target.
Enter the required location in the Start address field of the Memory pane toolbar. The tab name changes to the specified start address.
The Memory pane toolbar is displayed by default.
You can specify the start address as:
an address in hexadecimal, for example 0x000088A4
a C or C++ expression that RealView Debugger computes to
obtain the starting address, for example Int_Glob+64
a macro that returns an address, for example thisaddr()
any valid expression using constants and symbols.
You can also use the drop-down arrow to select the start address from values you have entered previously.
The Memory pane is updated, shown in Figure 13.29.