| |||
| 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 view is visible. If it is not visible, select View → Memory from the Code window main menu.
In the Memory view, right-click on an address in the left-hand column to display the context menu.
Select Set Start Address... from the context menu.
Enter the start address of your Flash memory.
for the Evaluator-7T example,
enter 0x1820000
for the Integrator/AP, enter 0x24000000.
The contents of memory starting at this address are displayed in the Memory view. The contents of Flash are shown in green.
the following in the RealView Debugger User Guide: