Mutex & Recursive Mutex in FreeRTOS with STM32 (Synchronization Primitives #03)

Опубликовано: 17 Май 2026
на канале: MP Coding
209
5

This example demonstrates how to use Mutex and Recursive Mutex in FreeRTOS.
It shows how mutex ownership works, how recursive locking increases the lock count for the same task, and how other tasks must wait until the mutex is fully released before acquiring it.

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

#embeddedsystems #freertos #mutex