📔
Notes
  • Embedded systems
    • GPIO concepts
    • 📈SPI protocol
    • 📈I2C Protocol
    • 📈UART Protocol
    • 📈CAN Protocol
    • 📈DMA
  • FreeRTOS / RTOS
    • Basics
    • Stm32 FreeRTOS setup
  • Interview Questions
    • Basic C
    • Electronics / mcu
  • Hardware design
  • C programming
  • C++ programming
    • Basics
  • Data structure and Algorithms
    • Data Structures in C
  • Design Patterns
  • Algorithms
  • OS concepts
  • VLSI
  • DSP
  • Motors and sensors
    • BLDC motor
  • Important/ intersting documents
Powered by GitBook
On this page
  1. FreeRTOS / RTOS

Stm32 FreeRTOS setup

PreviousBasicsNextInterview Questions

Last updated 2 years ago

  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