Part Number: CC2530
Other Parts Discussed in Thread: REMOTI, Z-STACK
Hi TI team,
I'm using the AdvancedRemote project (only ZRC profile) from RemoTI-CC253xDK-1.3.1 SDK with IAR 8051 IDE 9.30.1.
In order to switch between RF and IR communication, I want to check if the sent ZRC packet was received (or not) by the host, i.e., is it possible to capture the received ACK packet (for example via some callback function)? Or in other words, how can I verify if the packets were not received by the host?
The packet is sent calling the RTI_SendDataReq function. In fact, there is an RTI_SendDataCnf(status) function which is called immediately after. Let me know if am I thinking right: this function only inform the application if the packet was correctly passed to the stack, is it right?
Hope you can help.
Thanks in advance.