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.

ZED使用PAN COORDINATOR的64BIT地址,发送消息返回错误码0XC2,请问为何

Other Parts Discussed in Thread: CC2530

平台:TI CC2530 ZStack-2.5.1a. 

两个节点,一个是ZED,一个是COORDINATOR。使用NLME_GetExtAddr获取的64bit的地址。

ZED->COORDINATOR: 使用coordinator的64位地址,调用AF_DataRequest发送消息,返回错误0XC2

COORDINATOR->ZED: 使用zed的64位地址,调用AF_DataRequest发送消息,发送成功,并且ZED也能正确收到消息

请问为何?

(就是做测试,ZED使用COORDINATOR的短地址是可以发送成功的)