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.