Other Parts Discussed in Thread: INA240
Hello,
I have a single-ended signal (0-5V, 2.5V referenced. Coming from an INA240 current sensor). Reading the ADS117L11 datasheet initially, I thought the output of the ADC would correspond to the differential inputs level-shifted by the differential REF pins:
Vout = (AINP - AINN) - (REFP - REFN)
Reading it again, however, this does not seem to be the case. I now think that the REF pins are just used to set the range of inputs:
Vout = (AINP - AINN); -(REFP - REFN) < Vout < +(REFP - REFN)
I understand this would be for the 1x input range setting of this chip. Taking this second track, to read my signal correctly my connections would be:
AINP: OUT of INA240
AINN: 2.5V reference level
REFP: 2.5V reference level
REFN: GND
This would give me an output signal between -2.5V and +2.5V? Is this the correct interpretation of the datasheet?
If these connections would work, would there be any issues with using the Vcm pin on the ADC as the 2.5V reference level? I understand this is mid-supply voltage and not exactly 2.5V but it would simplify the PCB a lot.
Thanks,
Will