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.

RTOS/CC2640R2F: Options in CMD_PROP_RX and CMD_HS_RX receive commands

Part Number: CC2640R2F

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