• RTX: Same task appears twice in the os_rdy list
    Hello, I recently joined a company that uses RTX as its OS. I'm still very inexperienced in its use and am still slowly working myself in the code that has been written so far. Most of my team is...
  • 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...