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.

ZDO_JoinIndicationCB入网认证的问题

在ZDO_JoinIndicationCB函数里面打包消息把ExtendedAddress的地址发送到上层 代码如下

typedef struct
{
osal_event_hdr_t hdr;
uint8 *msg;
} zDOSALDeviJionData_t;

特地用uint8 *IeeeAdrss[7]这个地址数组保存 msg的地址   

仿真当设备申请入网的时候

然后到上层的时候

很是郁闷这个打包的数据变了 而且在不开源的MAC代码当中变的。有时候程序还会进入 halAsserHazardLights(void)程序当中。困扰了一个星期了。希望能得到解救