Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Marvee Amasi on 4/29/2024 in #middleware-and-os
Why does my RTOS MicroC project run smoothly outside tasks but fail within tasks?
sem.wait() attempts to acquire the semaphore. If the semaphore is available and not throwing a zero value ,the task decrements the semaphore value and continues execution. Else if the semaphore is not available and its value is zero, the task enters a waiting state until the semaphore becomes available, I think I know where my issue is coming from , thanks for helping @Manuel
9 replies