• 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...
  • 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...
  • 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 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 - 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...