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.

应用层调用了ZDApp_AnnouceNewAddress()后,远程终端的应用层如何解析该广播?

目前我用的协议栈是cc2530-2.3.0-1.4.0,iar是7.50。

1.我在一个终端的应用层调用了ZDApp_AnnouceNewAddress(); 

2.而后在远程终端注册了 ZDO_RegisterForZDOMsg( xxxID, Device_annce );

3.我在ZDO_CB_MSG消息处理函数内调用ZDO_ParseDeviceAnnce(inMsg,pDeviceAnnce);

我的程序现在无法收到任何(case Device_annce:)消息!!!!!

期待各位朋友指导一下,谢谢