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.