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?
Your comment is right,but my question is if 3 tasks at the same time ready to run and current running task stops itself,which of that 3 tasks will be first for running state?
It probably depends on the order at which they are stored in the ready queue.