• 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.
  • Debug RTX 51 full task.
    Thank you in advance. May you kindly help me to find how to show tasks' status in uv2 for debugging RTX 51 project?
  • Time spent per task in RTX
    While running a multi-threaded system on coretx-M0+ using RTX, I want to measure percentage of time spent in each task on the CPU and time spent in idle task. Can anyone suggest a way to do that?
  • cooperative tasks in RTX
    When we configure RTX for cooperative tasks(the same priority tasks) and disabling round robin. If several tasks are ready to run, how they will be executed? what is the sequence for run tasks? ...
  • RTX extern task
    Hi, i want to put my tasks into different files but i have some problems i already searched the forum and found this thread: http://www.keil.com/forum/16857/ in my main.c #include <rtl.h...