Keil™, An ARM® Company

µVision® User's Guide

RESET

SyntaxDescription
RESETResets the simulated or target CPU.
RESET MAPResets MAP assignments.
RESET variableResets SET variables.

The RESET command has three distinct uses depending on how it is entered.

  • When RESET is entered with no additional arguments, the µVision3 debugger resets the simulated or target CPU. This is equivalent to a processor reset where the program counter is set to 0x0000 and all special function registers are reset to their default values. You target program remains loaded along with all debug information. Any active signal functions are deactivated.
  • The RESET MAP command resets map assignments and clears memory of any loaded target program and debug information. Refer to MAP for more information.
Example
>RESET                           /* RESET the CPU                    */
>RESET MAP                       /* RESET the memory MAP assignments */