任务不能运行
时间:12-23
整理:3721RD
点击:
上电四五分钟之后不能运行task里的while(1)里的内容,但是clock回调还是能用的。
task()
{
while(1)
{
events = Event_pend();
}
}
把你的工程整个发出来。 你while(1)里除了pend,啥也没有了。不运行很正常啊。
RTOS basic
http://software-dl.ti.com/lprf/simplelink_academy/modules/tirtos_01_basic/tirtos_01_basic.html