上电四五分钟之后不能运行task里的while(1)里的内容,但是clock回调还是能用的。
task()
{
while(1)
{
events = Event_pend();
}
}
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.