Hi,
I'm transmitting an unmodulated carrier from a CC2530 development board to a spectrum analyzer, but the expected output frequency does not correspond with the measured frequency, so I'm wondering if there is some kind of tuning one needs to do. I set the following registers:
MDMCTRL0 = 0x85;
MDMCTRL1 = 0x14;
and use FREQCTRL to control the frequency. However, if I use FREQCTRL = 0x00, I get an output frequency of 2394 MHz, and not 2379 MHz, as the data sheet states. Also, 0x74 gives 2507 MHz, so it seems like the frequency range is just shifted a bit. Any ideas what this is?