Other Parts Discussed in Thread: CC1200
Hi:
I am running the rfPacketTx app transmitting continuously small packets to a dedicated receiver.
I run rf_runCmd on the receiver and use the callback to notify me when a packet arrives. I need to
have a way to know that a packet was sent but the receiver did not detect it. I've looked at all the
event masks from the callback, but I don't think I've seen anything useful for me. Is there a way I
can check down in the RF driver to get a notification immediately when a packet arrives, instead
of relying on the callback? In other words, I would like to find a way to signal to the receiver a
packet has been sent, and have the receiver check within the transmit timeframe if the packet
actually arrives at around that time.
Thanks,
TW