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.

CC2500 SYNC GDO0 activity with no transmitter

Other Parts Discussed in Thread: CC2500

Hi

 

I've used a CC2500 module(not my hardware design) in a project for several years now and they seem to work OK.

I recently needed to place the parts directly onto a PCB as space did not allow for a module.

I'm not an RF designer but followed the various application notes etc. as closely as possible.

The problem that I have is that I am getting GDO0 transitions in RX mode.

I'm seeing that the SYNC word is matching (which triggers GDO0), SFD set,  and PQT reached, but there is no active transmitter.

When I check the FIFO RXBytes, I get 0, most of the time.

If the receiver is just picking up noise, how often would both the pre-amble and SYNC match?

Is this possible if I have a mismatched antenna?

Can nearby WiFi cause this?

I have tried changing channels, no difference.

The code is based in previous work which has been running for years, but a processor/project change could have introduced an error.

I've searched through other posts, but can't find an exact match for the problem.

Any suggestions?

Thanks

Andre

 

 

 

 

 

 

 

 

 

 

 

 

  • On CC2500 you will always get false sync found. Do you use 16 or 32 bits sync word? Since 1 bit error is allowed on 16 bit the probability for finding a pattern in noise that is close enough to the programmed sync word is fairly high.

    If you terminate the antenna input with 50 ohm you should see that the numbers of sync found interrupts go down.

  • Thanks

    I'm using 32 bit.

    I thought it may be a problem but if it is normal behaviour then I will ignore it.

    Thanks

    Andre