This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

lmx2487 锁定检测口

使用贵公司的LMX2487搭建锁相环电路,输出高频为3417MHZ,使用RF进行频率追踪,利用codeloader进行寄存器设定,以及colck designer进行环路滤波器设计,鉴相频率为5M,具体设置如下:

parameter [23:0] RA0 = 24'b 010101100000000000000000; 
parameter [23:0] RA1 = 24'b 010001000000001010000011; 
parameter [23:0] RA2 = 24'b 100000000000011001010101; 
parameter [23:0] RA3 = 24'b 111110110000000000010111; 
parameter [23:0] RA4 = 24'b 001000101001111101001001; 
parameter [23:0] RA5 = 24'b 000000000000000000001011; 
parameter [23:0] RA6 = 24'b 110111000000000000011101; 
parameter [23:0] RA7 = 24'b 000000000010100110101111;

写进去后,CPoutRF输出1.5v电压,但是锁不住,LD检测端一直输出波形如上图所示,会是什么原因导致锁不住,怎么解决这个问题呢?