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.

osi_MsgQWrite



 我想请问一下 osi_MsgQWrite可以在中断函数里面调用吗? 现在我使用的是TI_RTOS 我创建 了两个任务,一个用于串口的接收,一个用于处理接收到的数据.

接收的时候使用了 中断函数,在中断里面调用了osi_MsgQWrite(), ;如果不可以使用的话 是不是有其他的函数来实现呢?