Propeller and the ADF4350 PLL
SYKOgirl85
Posts: 6
Im currently working on a 2 meter Ham radio design project to graduate, however, my instructor made my partner and I use an ADF4350 PLL synth chip to lock in the frequency settings. It uses SPI to communicate with the propeller, but I am at a stand still on how to program this thing. I've searched and downloaded multiple objects from object exchange for the quad encoder (for changing the frequency), a button (for what I'm not sure..future expansion to the radio maybe?), SPI driver, and LCD HD44780 driver. While I have all these objects working individually I've yet to be able to get them all loaded on the EEPROM. I'm guessing I'm going to have to write a top level program that ties them all together.
MY MAIN QUESTION is "How do I program the ADF4350?" Analog devices can't help me, trust me I've called and posted. AND>>> "How would I take the HEX value corresponding with the PLL frequency to display the decimal frequency on the LCD?"
Main Formulas on data sheet
RF VCO Frequency
RFOUT = fPFD
MY MAIN QUESTION is "How do I program the ADF4350?" Analog devices can't help me, trust me I've called and posted. AND>>> "How would I take the HEX value corresponding with the PLL frequency to display the decimal frequency on the LCD?"
Main Formulas on data sheet
RF VCO Frequency
RFOUT = fPFD
Comments
perhaps you can use the gnu c-compiler (cmm-Mode?!) for the prop and start from a source like:
http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/ab207bece948af27e4772cb482ba9a7973b9565e/entry/usrp2/firmware/lib/adf4350.c
Best luck, Christof