Other Parts Discussed in Thread: SYSBIOS
通过修改哪个文件可以改变TI-RTOS的任务最大优先级?
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.
添加后也不行,它应根据器件已经定义好了,默认值是16
你可以设置任务优先级为Task_numPriorities-n(n可以为0-15),例程默认空闲任务IDLE的优先级为0
你的程序不涉及修改优先级的最大值吧,3个任务查到的优先级是4可能是包含了空闲任务