| |||
| Home > Programming Flash with RealView Debugger > Programming an image into Flash > Checking the contents of Flash | |||
You can check the contents of Flash as follows:
Make sure that the Memory pane is visible. If it is not, then select View → Memory from the Code window main menu.
In the Memory pane, right-click on an address in the left-hand column.
Select Set Start Address... from the context menu.
Enter the start address of your Flash memory.
for the Evaluator-7T example,
enter 0x1800000
for the Integrator/AP, enter 0x24000000.
The contents of memory starting at this address are displayed in the Memory pane. The contents of Flash are shown in green.
For more details on using the Memory pane, see Chapter 8 Reading and Writing Memory, Registers and Flash.