13.11.2. Examining memory in the Memory pane

To examine the contents of memory in the Memory pane:

  1. Connect to your target.

  2. Load your image, for example, dhrystone.axf.

  3. 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.

    Figure 13.28. Memory pane

    Memory pane
  4. Enter the required location in the Start address field of the Memory pane toolbar. The tab name changes to the specified start address.

    Note

    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.

    Figure 13.29. Memory pane showing address contents

    Memory pane showing address contents

See also

Copyright © 2002-2007 ARM Limited. All rights reserved.ARM DUI 0153I
Non-Confidential