Tool/software: TI-RTOS
Hello
In the CMD_PROP_RX receive command, it is possible to request the RSSI to be appended to the received data.
However, in the CMD_HS_RX receive command, it appears to be not explicitly available. Is this so? Is there a work around?
In the past we have used “lastRSSI” from “rfc_hsRxOutput_t”, but as it is completely asynchronous to the receive callback function, there is no guarantee than the value in this structure pertains to the currently processed packet (as there is no guaranteed 1-to-1 relationship between received packets and callback events).
Further, is there a mechanism to append the frequency synthesiser value in force when a packet is received; again to circumnavigate the asynchronicity between packet reception and subsequent callbacks.
Kind regards
Gary