I am just now starting to use LMX2492.
I use CPU=MicroChip 12F1822 to control it.
Now I can control "PowerOn (R2=0x01)".
So next step is to test "PLL_R".
Test condition is next.
OSCin=100MHz 0dBm , PLL_R=5, MUXout=Output R divide/2 ,PLL_R_DIFF=0, OSC_2x=0
====> check Muxout= 10MHz using oscilloscope.
Program step is next. (Another Rxx are "POR" value.)
1. set " PowerOn" R2=0x01 I think Rxx ="POR" value here.
2. set "MUXout" R39=0x82 MUXout_MUX(4:0)=R divide/2=16 , MUXout_PIN(2:0)=2
3. set "PLL-R" R25=0x05 PLL_R(7:0)=5
Result I can't get 10MHz , no-pulse(DC level)
Where is wrong ?