PLL RF synthesizers and Flowcode

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
radist73
Posts: 36
Joined: Mon Dec 22, 2014 10:04 pm
Location: TALLINN
Has thanked: 5 times
Been thanked: 2 times
Contact:

PLL RF synthesizers and Flowcode

Post by radist73 »

Hello,
I think, may be very useful for RF equipment designers to make a PLL component for Flowcode.
MB, LMX and MC series PLL synthesizers have a serial interface as SPI, pll internal register length not 8 or 16 bit, but may be 15, 19, 21 bit...
For example old pll ic MB1501 is very simple and useful for "playing", because assembled boards with pll chip and 400-500mhz Voltage Controlled Oscillator can be found from old NMT mobile phones.
http://www.rf-microwave.com/datasheets/ ... 1PF_01.pdf
Same control type have LMX series synthesizers from Texas Instruments
http://www.ti.com/lit/ds/symlink/lmx2316.pdf
and Motorola chips
http://www.qsl.net/n9zia/mc145158/MC145158.pdf

For control pll, microcontroller must send to pll 3 variables, N counter value, R counter value and A counter value (LMX need B counter too).
I think, mey be universal component, where user can choose each counter register length (5-25bit), may be any predefined chips too.
Ideas? Comments?

Thanks!

Post Reply