Keil Logo

µVISION DEBUGGER: Width of the Memory Window


Information in this article applies to:

  • µVision Version 2.12

QUESTION

I want to display several memory areas of 16 bytes wide. When I adjust the size of the Memory Window for my DATA memory (Memory #1 Tab), my XDATA memory (Memory #2 Tab) gets messed up and vice-versa. 

Is there a way around this?

ANSWER

Unfortunately, there is no way around this problem. As an alternative, you may simply display the memory contents in the Command Window using the d command. For example:

d d:0

displays the DATA memory starting from address 0. The width of the data displayed in the Command Window is always 16 bytes.

You may additionally define a button for each memory space you want to display. For example:

define button "Show D:0x00" , "d d:0x00"

defines a button that displays the contents of data memory starting from 0.

Last Reviewed: Thursday, January 14, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.