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.

RSSI_VALID problem

Hi,

The following signal is added to the GDOx multiplexers in CC430F5137:

– 30 (0x1E): RSSI_VALID

I am using this signal to read the RSSI register for stable RSSI value but I couldn't get stable value when there is RSSI_Valid interrupt. can any body help why it is not working properly?

I have already read that doc and performed the experiment according to the instruction describe in the document. I got response time equal to 300-400 usec for stable RSSI. when I use this timing in my code to read RSSI register, I never got the intended value until I increase the timing upto 800+ usec. could you explain the reason why I need to wait for a long period.

Secondly, Why we could not use a RSSI_VALID signal for this purpose. I mean, it is good if we got to know for stable RSSI through interrupt. waiting for your reply. Thanks