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.

数据发送失败的问题

Other Parts Discussed in Thread: CC2530

大家好,在调用AF_DataRequest函数发送组播数据来进行控制的时候有时候会出现控制失效,经多次追踪发现函数的返回值是0x00是成功的,但是空中没有该数据包出来。

请问大家可以从哪方面入手分析原因以及处理

组播地址设为0x0001、0x0002、0x0003

#define afStatus_SUCCESS                                ZSuccess                        /* 0x00 */
#define afStatus_FAILED                                      ZFailure                           /* 0x01 */
#define afStatus_INVALID_PARAMETER         ZInvalidParameter         /* 0x02 */
#define afStatus_MEM_FAIL                                ZMemError                      /* 0x10 */
#define afStatus_NO_ROUTE                             ZNwkNoRoute                /* 0xCD */

谢谢各位!