RX Termination Timer :
The termination timer starts when in RX state.
假如CC1101设置接收超时时间为Trx(WOR模式或RX模式)
请问
从其他模式进入RX模式,RX Termination Timer是不是都会重新开始计时,包括以下情况
1、WOR---SIDLE--->IDLE---SRX--->RX(接收超时为Trx)
2、TX---SIDLE--->IDLE---SRX--->RX(接收超时为Trx)
3、RX---SIDLE--->IDLE---SRX--->RX(接收超时为Trx)
4、IDLE---SRX--->RX(接收超时为Trx)
5、TX---(SRX或自动切换)--->RX(接收超时为Trx)
WOR模式最短睡眠时间:
If tSLEEP < tSLEEPmin, there is a chance that the consecutive Event 0 will occur (750·128) / fXOSCs too early.
Even if tSLEEP> tSLEEPminwhen no packets are being received, one has to make sure that an SWOR strobe is not issued too close to the following Event 0.
This can be done by reading the WOR timer value from the WORTIME1and WORTIME0registers.
tSLEEP < tSLEEPmin是不是只会引起EVENT0提前发生,造成时间偏移,如果要求不高是不是无所谓
谢谢!