Other Parts Discussed in Thread: ADS1259
Dear All,
For one of my project I am using ADS1259 to sense the analog input range from +/-2.5V. The ADS1259 is configured with the following configuration registers.
#REGISTERS
CONFIG0 = 0x85; // Internal reference bias enabled, SPI timeout enabled
CONFIG1 = 0x10; // Flag out of range disabled, Checksum disabled, sinc2 filter enabled, internal reference enabled, no delay
CONFIG2 = 0x15; // 1200 SPS, Pulse Control Mode Enabled, SYNCOUT disabled, Device clock source is internal oscillator.
But during the test I have found that the measured voltage is 10 to 12 mV at the full scale. Ans also the reference voltage which I am using is internal reference, but as per data sheet with internal reference the REFOUT pin should have 2.5V but when I checked this I am getting 0 V.
The system which we used for testing the ADC is Keithley 4200. For your reference I am attaching the schematic and the readings.
Please help with this issue.