• RTX - task waiting forever for mutex
    I have faced strange program behaviour in my home project. It is running on KEIL RTX. The issue is that one task is put to wait for a mutex which is used by several tasks. So, one of the task is put to...
  • RTX166 Task waiting on an interval timeout or message
    Hi all, Using C166 & RTX-166. I would like to prevent interval timeout errors (NOT_OK/INTERVAL_ERROR). I have a task that waits for a new message or an interval time-out using a call to os_wait...
  • How to wait on multiple objects in CMSIS-RTOS?
    Hello. I have a thread which must be waked-up from multiple sources - 3 different message box for example. How I can organize this in CMSIS-RTOS? Currently in revision 4.00 of CMSIS, there is a osWait...
  • How to wait for multiple threads on CMSIS-RTOS API
    Hi, experts. I'm recently working on CMSIS-RTOS API with MDK-ARM V5.1, on STM32F103 MCU. I'd like to know how to wait for multiple threads.(and mode) and I'd like to know how to wait for any one of thread...
  • RTX RTOS TWO TASKS NOT WORKING SIMULTANEOUSLY
    Hi, i am trying to implement two tasks in RTX RTOS.Purpose of the tasks are: Task 1 waits for the pin15 of PORT0 to go high; if it does, then LED blinks. Task 2 blinks LED irrespective of completion...