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

Raisonance Tools for ARM 4. Creating a project
4. Creating a project
Assembly and C applications can be written using the free GNU GCC toolchain. This chapter gives an
overview of how to create an ARM project with Ride7.
Notes for users of other GCC toolchains: You may have to modify the GCC_EXEC_PREFIX
environment variable to rectify compatibility issues between different GCC toolchains. If you have this
kind of problem, look at the GCC documentation to see the usage of this variable.
4.1 Example project
Ride7 for ARM provides several example projects that are ready to run. One of them is very simple and
you should look at it first. To open this project, use Project > Open Project in Ride7 and select the
project testR7.rprj. For standard installations of Ride7, this file is found in <Ride>\Examples\ARM\Test.
The example is described in source file comments. Other examples are located in the same directory.
4.2 Creating a new project
All RKit users can use the GNU tools to create a project, as explained in section 4.2.1.
Enterprise versions can use the Generic compiler interface, as explained in section 4.2.2.
4.2.1 Using the GNU tools
1. In Ride7, go to the menu Project > New Project.
2. Select New application to be built, then your target processor.
3. Choose the application name and the path to the main application folder.
4. Click on Finish to generate your application. Your application project is now created.
- 11 -