We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I have faced strange program behaviour in my home project. It is running on KEIL RTX. The issue is that only one task is put to wait forever for a mutex which is used by several tasks. Mutex is acuired and released correctly. While other tasks can access that mutex. All tasks have equal priority, round robin enabled. Maybe someone got this type of issue.
Is it possible to have such a scenario?
Thank you in advance.