Binary Semaphores in FreeRTOS with STM32 (Synchronization Primitives #01)

Опубликовано: 25 Май 2026
на канале: MP Coding
1,311
27

Real-time operating systems (RTOS) rely heavily on synchronization primitives to coordinate tasks and handle events.
In this article, we’ll explore one of the simplest yet most important primitives — the binary semaphore — and see how it behaves on an STM32 microcontroller running FreeRTOS.

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

Next video (Counting Semaphore) :-    • Counting Semaphore in FreeRTOS (Synchroniz...