How To Setup The Freertos Project in Visual Studio Express 2015
How To Setup The Freertos Project in Visual Studio Express 2015
Figure 1
Figure 2
In VS the left pane contains the source files of the project. In this case .c source files.
The middle and right pane contains the currently opened source file
Figure 4
When the project is successfully built select Debug from the menu and then select Start Debugging.
There should now appear a console window which outputs your printf() statements from the program.
To stop the execution, simply close the console window.
Figure 5
How To Setup the FreeRTOS Project in Eclipse C++ Mars
It is also possible to use the Eclipse C++ studio for this project. In our example we used the Mars version with Java SE
Development Kit 8. To use Eclipse please follow the following steps:
Figure 7
Figure 6
You should now see a dialog window similar to Figure 8. Click Finish to import the project.
After this you can run the project from the Run menu
Figure 8
Figure 9