Message Queues in FreeRTOS with STM32 (Synchronization Primitives #06)

Опубликовано: 20 Июль 2026
на канале: MP Coding
907
12

In this video, we explore how message queues work in FreeRTOS.
You’ll learn how to create queues, send and receive data between tasks, and even handle messages from an ISR (Interrupt Service Routine).
We’ll walk through practical STM32 examples showing how producer and consumer tasks communicate efficiently using queues.

If you’re learning FreeRTOS or developing embedded applications with STM32, this tutorial will help you understand one of the most important synchronization mechanisms in real-time systems.

📘 Topics Covered:
Creating a queue in FreeRTOS
Sending and receiving data between tasks
Using queues with ISR callbacks
Handling task priorities and timing
Passing structures through queues

GitHub : - https://github.com/madhawapolkotuwa/S...

#embeddedsystems #stm32 #freertos #programmingtutorial #india