I am using CC1101 in asynchronous serial mode with my micro uart set up in interrupt mode. How can I request the RSSI from the radio over SPI and ensure that the value read as RSSI is related to the bytes of data received? I want to know the RSSI value of the bytes as they are received and not request the RSSI after the micro has received the data and only be looking at the noise level.
Thanks,