Other Parts Discussed in Thread: CC2530
SAPICB_DATA_CNF是不管接收到应答都可以发送
AF_DATA_CONFIRM_CMD需要有应答才会响应吗
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.
AF_DATA_CONFIRM_CMD是函数AF_DataRequest的confirm消息,AF_DataRequest函数执行完后,数据只是写入CC2530的RAM中,并没有发送出去,AF_DATA_CONFIRM_CMD则是指数据是否发出去。所以AF_DATA_CONFIRM_CMD是一直都有的,通常调用AF_DataRequest后需要等到AF_DATA_CONFIRM_CMD再调用下次AF_DataRequest