Please enable JavaScript.
Coggle requires JavaScript to display documents.
FreeRTOS (Semaphore and Mutex (Semaphore (Binary semaphore, Counting…
FreeRTOS
Semaphore and Mutex
-
Application
protect shared resource
Implementation:
- take the key
- process the shared resource
- release the key
Implementation:
- task1: release the key/signal
- task2: check and get the key/signal
-
-