User manual
Table Of Contents
- 1. Introduction
- 2. Raisonance tools for ARM overview
- 3. How to register the new Raisonance tools for ARM
- 4. Creating a project
- 5. Debugging with the simulator
- 6. Debugging with hardware tools
- 6.1 Selecting hardware debugging tools
- 6.2 RLink-ARM programming and debugging features
- 6.3 JTAGjet programming and debugging features
- 6.4 Cortex Serial Wire Viewer (SWV) debugging features (Open4 RLink only)
- 6.4.1 Introduction
- 6.4.2 Hardware requirements
- 6.4.3 Configure Ride7 to use the SWV
- 6.4.4 Modify your application to use SWV software traces
- 6.4.5 Configure Ride7 to use SWV software traces
- 6.4.6 Configuring Ride7 to use the SWV hardware traces
- 6.4.7 Configuring Ride7 to use the SWV watchpoint traces
- 6.4.8 Start / Stop the trace
- 6.4.9 Visualizing SWV traces with Ride7
- 7. Raisonance solutions for ARM upgrades
- 8. Conformity
- 9. Glossary
- 10. Index
- 11. History

5. Debugging with the simulator Raisonance Tools for ARM
5.4 Simulator toolbar
The simulation is controlled by the simulator toolbar:
1. Run: Pressing this button launches the application. When the application is running, this button
is grayed, then the Pause button becomes available.
2. Pause: Pressing this button stops the application.
3. Reset: Pressing this button resets the application.
4. Step Into: On a function call in a line of the C source code, this button steps into the called
function. If it is not a function call, it goes to the next line in the source code.
5. Step Over: On a function call in a line of the C source code, this button steps over the called
function.
6. Step Out: In a function this button gets out of the function.
7. Run To: Run the program until the cursor.
8. Toggle breakpoint: If there is no breakpoint on the current line, Ride7 sets a breakpoint on it.
If there is one, the breakpoint is removed.
9. Clear All breakpoints: Clear all the breakpoints set.
10. Project: Open the Project window.
11. Find in files: Pressing this button opens the Find in files window allowing the search an
expression in files of the project directory.
12. Binoculars: This opens the search window.
13. Documentation: Pressing this button opens the Documentation window allowing to open
Help html files.
14. Toolbar Options: Allows to Add or Remove buttons in the menu.
- 22 -