Blinky

FreeRTOS projects examples

This chapter covers the basics of C/C++ FreeRTOS projects including creating, building, running, and debugging FreeRTOS applications. The project referred to in this chapter is called “Blinky”. This application prints Blink text. Through the debug session, users can examine RTOS objects such as Task and Queue. The application can also be built and run on QEMU emulator.

Note: To build, run and debug FreeRTOS applications with QEMU emulator, please install the xplor-studio-freertos blueprint first. Please refer to Guidelines for more information.

Create a new project

Please refer to Create a new project for more information.

Update build settings

The build setting is the same as the quick-start project’s settings. Please refer to Update build settings for more information.

Build project

The build step is the same as the quick-start project’s step. Please refer to Build project for more information.

Running and Debugging project with QEMU emulator

The running and debugging step is the same as the quick-start project’s step. Please refer to Running and Debugging project with QEMU emulator for more information.