Executing a Run Configuration
You can use a run configuration to run a program on a target. You can reuse a previously created run configuration to run your program.
- Click Run > Run Configurations.
- Select an existing run configuration in the Configurations list.
- Click Run.
- SDK downloads and executes the program on the target. You can view the progress messages on the SDK Console.
- The software program stops upon completion, such as when it reaches the exit() function. If you want to stop the program execution prior to completion, type the command stop on the XSCT console.