• 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 stack management
    I am using RTX 4.70 for a project on Cortex M-3. I have added some osXXX calls to the core RTX api. I am finding that if I have 2 threads (in addition to main plus any timer thread or idle thread...
  • RTX simple task mangament
    hi, i m doing simple programs using RTX on LPC2148. I have created two tasks as task1 and task2. In taks1 i m printing one message on LCD and after that using os_dly_wait(20);function same thing...
  • 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...
  • RTX - Task list
    Hello, Does anyone know of anyway to get a list of all 'registered' (i.e. created) tasks in RTX? I mean in code during runtime, of course. (Note: I think it must be possible since uVision does...