I configure the chip to run at 1 KSPS, and to use 4 volt external reference. I program the configuration registers as following:
CONFIG1=0x96 for 24-bit resolution and speed 1KSPS
CONFIG2=0xE0 the RESET VALUE
CONFIG3=0x40 for external reference.
the issue when I'm reading back the registers value I'm finding that the CONFIG2=0xE1 which should be 0xE0 according to the datasheet reset value. any help in this issue please? does it affect the performance of the ADC?
another issue is that I connected the Differential analog negative input 1 to the ground, but i see on the scope that the voltage value dropped on the pin is 1.8 volt? any explanation?