|
| DebugThe Debug section controls caching, download, and device reset options applied each time a debug session starts. 
The Cache Options improve the performance of the µVision Debugger during target debugging by caching target memory areas in the PC memory. By default, caching options are enabled to get maximum performance. - Cache Code informs the debugger that the downloaded program code will not change. When this option is set, µVision never reads the program code from the target system. Disable this option if you are using self-modifying code or if you suspect that your program code is being overwritten.
- Cache Memory determines whether memory displays are updated during a program stop. When this option is set, the debugger does not update memory displays until the next single step, procedure step, or go command executes. Disable this option if you want to see the actual memory content (e.g. the data content of memory mapped peripherals) when the debugger is halted.
The Download Options control the downloading of code to the target system when the debugger starts. - Verify Code Download compares the content of the target memory with the application program loaded in the Debugger.
- Download to Flash downloads code to all memory regions. When disabled, the debugger does not download code to the memory address ranges defined in the Flash Download Setup dialog.
Misc Options |
|