请问,Task_SupportProxy_swap((Ptr)&prevTask->context,(Ptr)&Task->module->curTask->context)这个函数是什么作用?为什么执行这个函数后就可以进入task0Fxn().另外,只能进入task0Fxn()吗?能不能进入其他函数?
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.
请问,Task_SupportProxy_swap((Ptr)&prevTask->context,(Ptr)&Task->module->curTask->context)这个函数是什么作用?为什么执行这个函数后就可以进入task0Fxn().另外,只能进入task0Fxn()吗?能不能进入其他函数?
请问,swi0Fxn()和swi1Fxn()这两个函数是两个任务吗?还有如何查看他们的优先级?