I want to create some tasks in the MQX.Can the priority of the tasks be set to less than the number 7?
For example,
1)set the priority of the task 1 as 1.
2)set the priority of the task 2 as 2.
3)set the priority of the task 3 as 3.
4)set the priority of the task 4 as 4
5)set the priority of the task 5 as 5.
6)set the priority of the task 5 as 6.
Hi Robin,
The MQX RTOS using priority levels 1-7 so please start your task priorities at 8.
Regards,
David