Hello,
I'm currently working on CC1101 Transceiver IC with MSP-EXP430G2 Launchpad. I had two piece of codes one for the transmitter and the other for the receiver.
Both the CC1101 tranceiver modules are tested with arduino and are working perfectly. After connecting it to the launchpad I verified and tested the connections by setting ADDR configuration register and reading them. By this method I confirmed the SPI connectivity.
The Transmitter code seems to be running correctly, as Im able to read through MISO verified it with oscilloscope. But don't know if the transceiver is transmitting through the 433mhz band as I don't own a Spectrum Analyzer.I'm able to get GDO0 signal from the Transceiver Module .
However in the receiver code file named main.cpp line 49 never seems to return true thereby toggling my led.Since I'm new to this IC and to RF communication itself can somebody tell me what the problem is ?