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.

CC1125 Clear Channel Assessment Interrupt Problem

Other Parts Discussed in Thread: CC1125

Hi 

Can anyone help to solve CC1125 CCA Interrupt problem?

I'm testing LBT. I Configured AGS_CS_THR = 0x12, LBT option is enabled in PKT_CFG2 register and Configured GPIO3 for CCA interrupt (GPIO3 = 0x0F(15)) and GPIO2 for Packet TX/RX interrupt (GPIO2 = 0x06)

I've done the following steps before transmission.

1. Filling TXFIFO

2. Sending SRX Strobe

3. Checking whether RSSI valid or not

4. Monitoring MARC_STATUS0 register. 

5. If the RSSI is valid then sending STX Strobe

I observed the both GPIO3 and GPIO0 pins are in High state only. Whenever the packet is receiving that time only it is going to Low state. then again back to High state. 

Why these two GPIO pins are always in high state? I didn't get what is the problem?

I have attached the image for your reference.

Please give your valuable solution to solve this issue.

regards,

Vinoth M.

  • Hi

    What is GPIO0 on your plot showing and how do you know that you are receiving and not transmitting on the plot you sent?

    If you are transmitting the plot makes sense. CCA is high indicating that the channel is clear, and GPIO2 goes high when a sync word is sent and low when the packet is sent. After the packet is sent, the radio probably goes to IDLE so CCA goes low. If you then strobe RX again, CCA goes high again if the channel is clear.

    Siri