CrossStudio's New Project Wizard enable the creation of projects for
processors based on the ARM7 TDMI microcontroller core. See Creating
a New Project for more information on creating projects.
To create a new ARM7TDMI project
- Select the File | New | New Project menu item.
- Select ARM General Projects from the Project Type list.
- Select the required project template type from the Templates list.
- Set the required project name and location directory.
- Click OK.
You will now need to edit the reset script (Standard_ARM_Target.js) that has
been placed in the newly generated project to include the required memory pokes
that will set up the target so that RAM is mapped to address zero.
To build and debug an application running from RAM
- Select the project to work on by using the Project | Set Active Project
menu option.
- Select the
configuration you require by using the Build | Set Active
Build Configuration menu option.
- Build the project by using the Build | Build Project menu option.
- Connect to the appropriate target in the target window.
- Download and start debugging the current project by using Debug | Start
Debugging.