Other Parts Discussed in Thread: LMX2594, LMK04832,
Hello,
I am using adc12dj5200,the clock frequency is 5000MHz that generated from lmx2594,and sysref frequecy is 31.25MHz that generated from lmk04832.also,the lmx2594's oscin also comes from lmx04832..After I config the registers to this device,I read back the register 0x028,it readback 0x64,and the jesd204b not transmits k28.5.The following is a list of my register configurations.
24'h0000_B0;//rst adc
sleep(1);//delay 1ms
24'h002b_15;
24'h0002_00;
24'h02c2_00;//. clear alarm_mask register
24'h0200_00;//. JESD_EN=0
24'h0061_00;//. CAL_EN=0
24'h0201_01;//jmode = 1
24'h0202_03; //KM1=K-1
24'h0213_07; // Enable overrange, set overrange holdoff to max period 8*2^7 = 1024 samples
24'h0060_01;//. input mux,select INA
24'h0204_00; // Use SYNCSE input, offset binary data, scrambler disabled
24'h0029_20;
24'h0029_60;
24'h0029_7e;//.Program SYSREF_RECV_EN=1, SYSREF_PROC_EN=1, SYSREF_ZOOM=1 and SYSREF_SEL=0
24'h0061_01;// Set CAL_EN (always before JESD_EN)
24'h0200_01; // Set JESD_EN (always after CAL_EN)
24'h006C_00;// Set CAL_SOFT_TRIG low to reset calibration state machine
24'h02c1_00;//. clear alarm register
24'h006C_01;// Set CAL_SOFT_TRIG high to enable calibration
and the jesd204 lane data as below.
could you give me some suggestions to solve this problem,Thanks a lot!