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.

sysbios任务无法接收信号量

Other Parts Discussed in Thread: SYSBIOS

你好:

    最近我在测试sysbios时,在定时器的中断函数中,每隔10ms会Post一个信号量。在主任务中,Pend这个信号量。在测试过程中,刚开始测试正常,信号量发送接收都没问题,但是当程序运行了一段时间后,我发现定时器Post信号量正常,但是主任务无法Pend信号量,导致主任务出现“卡死”现象。通过CCS仿真发现空闲任务还在运行(Idle_task),请问有什么原因会导致主任务无法接收信号量?或者现在可以用什么方法可以去调试跟踪这个问题?谢谢!