µVision4 User's Guide

Technical Support

On-Line Manuals

µVision4 User's Guide

About µVision User Interface Creating Applications Utilities Debugging Using the Debugger Simulation Start Debugging Application Program Execution Debug Windows and Dialogs Breakpoints Window Call Stack and Locals Window Code Coverage Command Window Disassembly Window Event Viewer Execution Profiler Instruction Trace Window Logic Analyzer Setup Setup in Detail Restrictions Using the Logic Analyzer Memory Map Memory Window Performance Analyzer Registers Window Serial Window Symbols Window System Viewer Adding System Viewer Windows Toolbox Trace Data Window Trace Navigation Watch Window Expressions Constants System Variables Peripheral Variables I/O Ports Serial Ports Program Variables (Symbols) Fully Qualified Symbols Non-Qualified Symbols Literal Symbols Using Symbols Line Numbers Bit Addresses Type Specifications Operators Memory Type Specifiers Differences Between µVision4 and C Expression Examples Tips and Tricks Review Peripherals and CPU Configuration Simulate I/O Ports Simulate Interrupts and Clock Inputs Simulate external I/O Devices Assign Serial I/O to a PC COM Port Check Illegal Memory Access Command Input from File Preset I/O Ports or Memory Contents Write Debug Output to a File Keyboard Shortcuts TPIU Initialization after RESET (Cortex-M) Debug Commands Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix

Adding System Viewer Windows

Silicon vendors maintain and publish device-specific CMSIS-SVD files on the CMSIS-SVD web interface. Developers can download and process the file and add the resulting peripheral register file (*.sfr) to the Device Database. This enables the System Viewer to display peripheral register information when debugging an application.

MDK-ARM provides many CMSIS-compliant peripheral register files that are ready for use in the folder ..\ARM\SFD\vendor\device_series.

In case the needed file cannot be found in the folder above, create files suitable for programming and displaying debug information as described below:

  1. Download the XML file from the CMSIS-SVD web page.
  2. Generate the header and peripheral register file with the System View Description Converter.
  3. Add the peripheral register file (*.sfr) to the device definition in the µVision Device Database using the parameter SVD. Refer to C. Device Database Parameters.

Note

  • As an alternative, the generated file can be added to a single project. Instead of step #3, do the following:
    1. Open the dialog Options for Target - Target.
    2. Add the generated file (*.sfr) into the field System-Viewer File (.Sfr).