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.

关于osal_msg_send( App_TaskID, (uint8 *)msg_ptr )失效的问题

采用Home1.2.2a协议栈,在MT_UartProcessZAppData中调用osal_msg_send( App_TaskID, (uint8 *)msg_ptr ),其中App_TaskID通过zclSampleApp_Init( byte task_id )中调用MT_UartRegisterTaskID(task_id)登记为应用层的任务号。但是通过调试发现,始终没有触发zclSampleApp_event_loop中SYS_EVENT_MSG消息,请问是为何?