What is the equation for "Rx timeout" as it is shown in figure 17 of SWRU295 (user guide)
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.
What is the equation for "Rx timeout" as it is shown in figure 17 of SWRU295 (user guide)
Hi
The RX Sniff mode does not use RX timeout (as described in the RX Sniff Mode apps. report). The settings you get from SmartRF Studio do not use a timeout either, and the Studio SW and the Sniff mode example code do not implement a timeout. This means that in the presence of a carrier the radio will stay in RX until a packet has been received.
In a “real” application you should have a timeout on the MCU side, but the code examples are meant to show how Sniff mode works on the radio, and no timeout is implemented here.
Siri