Get started with FreeRTOS

Salve a tutti. Vorrei imparare a lavorare con FreeRTOS. Ho scaricato il pacchetto “FreeRTOSv202411.00” ma non so come utilizzarlo. Ho visto che ci sono diverse demo nel pacchetto “FreeRTOSv202411.00”. L’intenzione è utilizzare FreeRTOS con un microcontrollore ESP32 o STM32 ma per il momento vorrei esercitarmi utilizzando Eclipse IDE o Visual C++.

695 / 5.000

Hello everyone.

I’d like to learn how to work with FreeRTOS. I downloaded the FreeRTOSv202411.00 package but I don’t know how to use it. I saw that there are several demos in the FreeRTOSv202411.00 package. My intention is to use FreeRTOS with an ESP32 or STM32 microcontroller, but for now I’d like to practice using Eclipse IDE or Visual C++. I tried using the WIN32-MingW demo in Eclipse IDE, located at FreeRTOSv202411.00\FreeRTOS\Demo\WIN32-MingW, but I can’t configure the project and I get compilation errors. I haven’t tried Visual C++.

Could someone tell me how to get started and understand the world of FreeRTOS?

Many Thanks.
Regards

Hi @nek70 ,

Welcome to the FreeRTOS community. You can refer to these :

  1. Beginner's guides to FreeRTOS - FreeRTOS™, for learning more about FreeRTOS.
  2. FreeRTOS Windows PortFor Visual Studio or Eclipse and MingW.
  3. FreeRTOS Kernel Quick Start Guide

Please let us know if you still face any issue. Thank you

Hi @moninom1,

I’ll try your suggestions.

Thanks a lot!!

The following are some good resources to learn FreeRTOS:

Hi @aggarg,

many thanks for the suggestion!

Regards

1 Like