Stm32 FreeRTOS setup

  1. Download FreeRTOS zip and extract all files

  2. create new project in stm32

  3. copy below listed files/folders to the project path

    1. include , license , portable/GCC/arm-4f , all files inside FreeRTOS/

    (inside portable copy compiler and compiler specific hardware files )

  4. include Thirdparty/ folder to build

  5. add thirdparty/freertos/include path to include "FreeRTOS.h" file dependency

  6. create a file "FreeRTOS_config.h" refer https://www.freertos.org/a00110.html

Last updated