This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1290NCPDT: what is priority order for the task ?

Part Number: TM4C1290NCPDT

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.