Hi,
What are the conditions for automatically switching from RX (during LBT phase) to TX (channel is clear) on the CC1120 ?
Specifically in the following scenarios, will the CC1120 switch to TX automatically when :
- sync word is detected while in the RX phase and valid packet received
- sync word is detected and invalid packet received, with TERM_ON_BAD_PKT=1
- sync word is detected and invalid packet received, with TERM_ON_BAD_PKT=0
I'm asking this because in my application, I have a problem where the CC1120 is stuck in IDLE while the TX FIFO is not empty (and TX state was never reached)
Also, I'm pretty sure I know the answer to this one, but the right procedure to initiate LBT is to strobe SRX and then STX right after, is that right?
Thanks!