Building and Running an eRTOS Process Image
Use the procedures that follow to build and run an eRTOS Process image.
To build an Process image:
- Open an eRTOS Visual Studio Project. See Using the eRTOS Application Template for details.
- On the Microsoft Visual C++ tool bar, click the Build menu and select Set Active Configuration or Configuration Manager.
- From the Set Active Configuration dialog box, select a build option. Both eRTOSRelease and eRTOSDebug build Process images.
- Click OK.
- From the Build menu, click Build Your Application.
After you have built your Process image, you can run it using Run.
Related topics: