Tool/software: Code Composer Studio
Hi If i created task with default priority which is turned out to be 1 i can see this task is run, but I specify priority of the same task 6 it is not running.
I is created fro tcp recv task with priority 6 , id this newly created task have same priority it does not have a chance to run.
It looks like task with lower priority number have chance to run.
Is priority 1 is gretaer that 6 ?
If there are the way for me to create tasks which have same priority ( round robin ) with minimum time slice to run.