我参考heart rate 例程,
在任务初始化的时候有这么一句话,必须加上么, 目前我的自建任务没有加这个,
ICall_registerApp(&selfEntity, &sem);
我的任务
task()
{
int();
while(1)
{
do sth;
Tasjk_Sleep(100);//1ms
}
}
目前多次在多任务上遇到问题,搞不清楚所以
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.
我参考heart rate 例程,
在任务初始化的时候有这么一句话,必须加上么, 目前我的自建任务没有加这个,
ICall_registerApp(&selfEntity, &sem);
我的任务
task()
{
int();
while(1)
{
do sth;
Tasjk_Sleep(100);//1ms
}
}
目前多次在多任务上遇到问题,搞不清楚所以