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的疑问

Other Parts Discussed in Thread: Z-STACK

我在串口处理函数MT_UartProcessZToolData调用osal_msg_send( MT_TaskID, (byte *)Msg );来产生MT_SYS_APP_MSG的event。相同的代码在Zstack2007可以实现,在最新的Z-Stack Mesh 1.0.0一直不能实现。求大神帮忙看看可能的原因呀。

逻辑-->osal_msg_send( MT_TaskID, (byte *)Msg -->GenericApp_ProcessEvent-->case MT_SYS_APP_MSG:  // Z-Architect Messages