• how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • how to wait for more than one signal in one task in RTX51 TIny
    Hi: I want to excute one task that is already waiting for serval different signals. how can I do that in the RTX51 TINNY? for example: void task_0(){ os_send_signal (2); } void task_1...
  • 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...
  • 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...
  • 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...