You will need to install a CPU support package:
- Choose Tools > Package Manager
- Choose the CPU support packages you wish to install and complete the dialog.
You will need to create a project:
- Choose File > New Project
- Select the appropriate Executable project type
- Specify a location for the project
- Complete the dialog selecting the appropriate Target Processor value
You will need to build the project:
- Choose Build | Build 'Project'
To debug on the simulator
- Choose Project | Options... to show the project options dialog
- In the Search Options type in Simulator
- Choose Simulator for the Target Connection option
To debug on hardware
- Choose Project | Options... to show the project options dialog
- In the Search Options type in J-Link
- Choose J-Link for the Target Connection option
To start debugging
The debugger will stop the program at the main, you can now
debug the application.