AD7173-8
Recommended for New Designs
Fast settling, highly accurate, low power, 8-/16-channel, multiplexed ADC for low bandwidth input signals with integrated input buffers.
Integrated precision...
Datasheet
AD7173-8 on Analog.com
Hello everyone,
I am writing a driver to interface AD7173-8 to ESP32 Microcontroller. when I try to read the reset value of a particular register, it is giving different value.
here are the register reset values I tried to read
the status register reset value as per the datasheet is 0x80. but the reset value I read is 0x81.
the ADCMODE register reset value as per the datasheet is 0x2000. but the reset value I read is 0x201.
the IFMODE register reset value as per the datasheet is 0x0000. but the reset value I read is 0x01.
please help to tackle this issue.
thank you