• 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.
  • It is possible to define a Task in RTX like an "extern"?
    I had tried to define a task like an extern so I could split my task in several files, but it doesnt works I dont know if I can define a task like external. for exemple: extern __task void tick_timer...
  • 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...
  • 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...