• Cooperative Wait on Mailbox or Event
    Using RL-ARM of RealView MDK-ARM Version 3.23 What is the best way to wait for either a mailbox or an event in a cooperative way at a certain point in a task. To my mind polling the mailbox and for...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • RTX, check if task is running
    Hi guys, I'm using the Keil RTX (RTOS) and I would like to ask, how to check if a particular task is running or not? In another words, I need to get the state of the task. I've searched though the...
  • ARM: RTX Task management
    I try to run \keil\ARM\RTX\Examples\Mailbox\Mailbox.Uv2 on evaluation board of MCB2300 Ver3.1 there are two user defined tasks, that is send_task and rec_task. send_task send messages to msgbox 3...
  • A question about task of RTX
    When the higher priority task was hang-up and at the same time several tasks with the same priority ready to run,which task will be run first? I mean I have several tasks need not preemptive, so I give...