Technical Support

µVISION DEBUGGER: SAVING AND LOADING MEMORY AREAS


Information in this article applies to:

  • µVision Version 2 or higher

QUESTION

In the µVision Debugger, I can enter data in the µVision Memory Window. However, is it also possible to do the following:

  • Fill a memory region with some pattern (not manually byte by byte).
  • Store/load data from/to the memory window.

ANSWER

Yes to both questions.

µVision has several built-in functions that may be used in the Command Window. For example,

  • memset is a debugger function that fills memory with a specific value.
  • The SAVE and LOAD commands may be used to store/load memory content in HEX files.

MORE INFORMATION

  • µVision3 User's Guide, Debug Commands, Debug Functions

SEE ALSO

Last Reviewed: Thursday, June 16, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure