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.

CC1101 RX timeout issue - miss documentation

Other Parts Discussed in Thread: CC1101

I configured the CC1101 for 10 msec RX timeout.

What is mean?

Situation: I started RX mode and after 4 msec CC1101 drop the packet due to fist byte address not match the ADDR byte, the CC1101 still stay in RX mode for 6 msec or go to next mode accordingly to CCA_MODE?

  • Hi

    The RX timeout determines how long the radio should search for sync. If sync is found, the radio will either stay in RX until the complete packet is received, or discard the packet due to filtering.

    If a packet is discarded (as you describe), receive mode is restarted (regardless of the MCSM1.RXOFF_MODE setting) and the radio will re-enter RX with a new RX timeout of 10 ms.

    BR

    Siri

  • What is mean receive mode restarted?

    1. The radio will re-enter RX with a new RX timeout?

    OR

    2. The radio will switch to TX mode regardless to my MCSM1.RXOFF_MODE settings?

    BR