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.

the error of ztack retransmit

Other Parts Discussed in Thread: CC2530

I send several frames using CC2530 based on ZStack-CC2530-2.4.0-1.4.0.But the received file is different from the file that was sended just now.In the received file,I find a frame is lost and it's not retransmited in the right way.For example,I transmit 7 frames(1 2 3 4 5 6 7).But in the received file,the frame sequence is 1 2 3 4 5 7 6 6 7.

In my project ,I set the option parameter of function AF_DataRequest() to AF_ACK_REQUEST to enable APS ACK.I feel confused about this.How can I get the detail of zstack's retransmission?