After the code builds successfully, you can run the application.
How Run Works
When you click the “Run Project” toolbar icon
, the following
occurs:
- A build is done, if the make process determines that it is
necessary.
- For in-circuit debuggers/emulators and programmers, the target device
is automatically programmed with the image (without the debug executive) and the device
is released to run, i.e., no breakpoints or other debug features are enabled.
Note: To hold a device in Reset after
programming, click the “Hold in Reset” icon

instead
of “Run Project”.
- For simulators, the application executes, without debugging
capability.
Run progress is visible in the Output window.
Running Your Application Code
- 1.In the Projects window, select your project or make it the main
project (right click on the project and select “Set as Main Project”).
- 2.Run your program by either:
- Clicking on the “Run Program” icon
.
- Clicking on the “Make and Program Device” icon
.
Run progress is visible in the Output window.