Post Go back to editing

LTC1863/LTC1867: How will I convert adc-code to voltage value?

Hi everyone,

I am using the LTC1867 (ADC 16bit). I would like to measure the analogue signal that the range of my measurements is from 0V to 4.096V(bipolar). 

I have taken some measurements, but I have not converted correctly to voltage value? Could you please some tell me the correct equation or method (if the system needs calibration)?

Some of the measurements:

Vin(V)          ADC code

0 0
1 3863
1,9 7646
2,5 59129
3 60940
4,087 65308

 

Thanks,

Andreas

Parents
  • Hi Andreas,

    Assuming the ADC is set for bipolar operation, the output code will be in 2's complement notation. Figure 8 of the LTC1867 data sheet indicates what the output code will be for several different input voltages. For bipolar operation input voltages below 2.048 will be negative (The MSB will be 1). Input voltages above 2.048V will be positive (The MSB will be 0). The code you see will depend on where you bias the COM pin. Ideally COM should be biased at VREF/2. COM cannot be connected to ground for bipolar operation as this would limit your input range to 0V-2.048V.

    Remember that the SDI word you give the ADC is for the next conversion, the SDO word you shift out as you shift in SDI is from the previous conversion. This doesn't matter if you are giving the ADC the same SDI configuration each time.

    If you can provide an oscilloscope photo showing CONV, SCK and SDO, I can decode it for you.

Reply
  • Hi Andreas,

    Assuming the ADC is set for bipolar operation, the output code will be in 2's complement notation. Figure 8 of the LTC1867 data sheet indicates what the output code will be for several different input voltages. For bipolar operation input voltages below 2.048 will be negative (The MSB will be 1). Input voltages above 2.048V will be positive (The MSB will be 0). The code you see will depend on where you bias the COM pin. Ideally COM should be biased at VREF/2. COM cannot be connected to ground for bipolar operation as this would limit your input range to 0V-2.048V.

    Remember that the SDI word you give the ADC is for the next conversion, the SDO word you shift out as you shift in SDI is from the previous conversion. This doesn't matter if you are giving the ADC the same SDI configuration each time.

    If you can provide an oscilloscope photo showing CONV, SCK and SDO, I can decode it for you.

Children