Installing FreeRTOS and SystemView
This section provides instructions for installing FreeRTOS and SystemView in an IDE-project.
The instructions are presented in the following subsections:
- Overview
- The installation process
- Creating the IDE-project
- Installing FreeRTOS
- Writing and running a FreeRTOS program
- Installing SystemView
Overview
We’ll create a FreeRTOS project and install the current version of FreeRTOS (current as of the time of writing this appendix). This requires manually installing FreeRTOS. The present section explains why we’re manually installing FreeRTOS, and not using the IDE to generate the FreeRTOS installation. In addition, an overview is provided for our process of installing FreeRTOS.
The easiest way to create a FreeRTOS project is to use STM32CubeIDE to create the project and generate the FreeRTOS installation. However, that FreeRTOS installation has significant limitations. The biggest...