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.

CC1101 SFRX strobe doesn't work

Other Parts Discussed in Thread: CC1101

Hello.

Ive been trying to make a CC1101 receive FSK data using an MSP430 experimenter's board. Ive succeeded in reading the correct bytes from it on the SPI line, and after I strobe SRX, MARCSTATE register reads back '0x0D' which means that it is in receive state. But I have a small problem.


First, I transmit one packet from a development kit. I receive it correctly on the MSP. I flush the RX FIFO by strobing SFRX, and try reading the FIFO again. However, I read back nearly the same data. When I prevent sync words and preamble, and strobe SRX again, I read back the original packet which I transmitted through the development kit, which isn't on.

Can I have any advice regarding this? Thank you.