Part number: ADS1282
Hello, I am planning to use the ADC1282 for a high precision measurement, the fact is that the signal to be measured is unipolar and I wonder how the output data is with this configuration. The bipolar configuration is:
Avdd = 2.5V
Avss = -2.5V
VrefP = 2.5V
VrefN = -2.5V
If I have understood the data sheet correctly, my data format will be:
Vref = VrefP-VrefN = 2.5 - (-2.5) = 5V
Vin_Max = Vref / 2 = 2.5V 7FFFFFFEh
Vin_Min = -Vref / 2 = -2.5V 80000001h
But I'm not clear about what the data format will be like for the unipolar configuration:
Avdd = 5V
Avss = 0
VrefP = 5V
VrefN = 0
Now, how will the data format be ????????????????????? and the format of imput ???????????
If the signal is unipolar, there is some way to use the 31 bits of the ADC without having to lose the sign bit (although I have to make masks in the code) ??????????????
Best regards.