|
|||||||||||
Technical Support On-Line Manuals µVision3 User's Guide µVision3 Overview User Interface Creating Applications Utilities Debugging Using the Debugger CPU Simulation Start Debugging Application Program Execution Debug Windows and Dialogs Breakpoints Code Coverage CPU Registers Disassembly Window Logic Analyzer Setup Setup in Detail Restrictions Memory Window Memory Map Output Window - Command Debug Commands Variables and Registers Debug Functions Execution Profiler Performance Analyzer Serial Window Symbol Window Toolbox Watch Window Expressions Constants System Variables Peripheral Variables I/O Ports Serial Ports Program Variables (Symbols) Line Numbers Bit Addresses Type Specifications Operators Differences Between µVision3 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 Accesses Command Input from File Preset I/O Ports or Memory Contents Write Debug Output to a File Keyboard Shortcuts Debug Commands Debug Functions Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
Toolbox
The Toolbox contains user-configurable buttons. Click on a Toolbox button to execute the associated debug command or debug function. Toolbox buttons may be executed at any time, even while running the test program. Toolbox buttons are define the Output Window — Command page with the DEFINE BUTTON command. The general syntax is: >DEFINE BUTTON "button_label", "command"
The following examples show the define commands used to create the buttons in the Toolbox shown above: >DEFINE BUTTON "Decimal Output", "radix=0x0A">DEFINE BUTTON "Hex Output", "radix=0x10" >DEFINE BUTTON "My Status Info", "MyStatus ()" /* call debug function */ >DEFINE BUTTON "Analog0..5V", "analog0 ()" /* call signal function */ >DEFINE BUTTON "Show R15", "printf (\"R15=%04XH\\n\")" Note
You may remove a Toolbox button with the KILL BUTTON command and the button number. For example: >Kill Button 5 /* Remove Show R15 button */ Note
| ||||||||||
|
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.