 | µVision4 User's Guide |  |
|
|
| Memory WindowThe Memory window displays the memory area content. Several separate windows can be used at a time. Open the windows from the toolbar or using the menu View - Memory Windows.

Where | Address | Enter an expression that evaluates to a memory address. | | result pane | Shows the memory address and the memory content. Double click a value to change the content. The font color indicates the memory use:- Black - CODE memory area or uninitialized RAM.
- Red - CONST data in Flash or ROM that has been accessed at least once.
- Gold - memory location that has been initialized, but not accessed yet.
- Green - memory location has been accessed at least once.
The content is updated:- Whenever program execution is halted.
- During program execution when View - Periodic Window Update is enabled.
- When clicking the button Toolbox - Update Windows.
|  | Lock buttons freeze/unfreeze the window content temporarily. |
The context menu allows: - Selecting the output format.
- Modifying the memory value.
- Setting breakpoints.
- Adding the Address to another debug window.
|
|