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.
I am seeing a fixed DC offset in the output of adc when it is set in LVCMOS mode vs when it is set in LVDS output mode. When I give input as sine wave of 10dBm 1MHz frequency, the output of LVCMOS mode is centered at 0 . However, when the adc output mode is set as LVCMOS, the output comes out above (2^13), though the shape is retained correctly. I am suspecting that the parallel LVCMOS mode is not removing the dc offset.
Also when I give no input to channel A, I am expecting the lower 2-3 bits to be triggered rest all should be 0. This is observed for LVDS mode, but in CMOS mode, 2-3 bits are triggered and rest all are fixed at HIGH.
Is there a way to overcome this issue or some register settings for ADC to be set. I have already tried 'Enable Offset Correction' for ADC but did not work.
Prem,
Please see page 15 of the ADS62P49 datasheet at the link posted below. You will see that you have to selectively change the voltage applied to pins SCLK and SEN depending on which interface (LVDS or CMOS) and data format (2's complement or Offset binary) you are using. Verify that you are correctly setting the voltages as shown in Table 5 and Table 6 and verify that you get the expected results.
Yusuf
Sir,
I believe the parallel configuration here refers to mode of configuring the adc register settings (either use serial pins or direct voltage on some pins to configure the modes) and not the type of output data.So what I have tried till now is serial configuration mode. For parallel mode you have suggested, what voltage should I apply on SEN for 2's compliment cmos parallel mode. And how do I apply this specific voltage using VHDL.
I am using zc706 carrier card
Sir below is the register settings I am doing where first two letters are hex addresses of register and last two are data of register.
0080,
2004,
3F20,
4008,
4100,
4400,
5044,
5100,
5200,
5340,
5500,
5700,
6200,
6300,
6640,
6800,
6A00,
7500,
7600;