I have an AD7175-2 24-bit ADC. It is fully initialized and set to Single Conversion mode. I start the single conversion with 0x01 0x8010 command (REF = ON, Single Conversion Mode) the I wait for the DOUT\RDY signal to be low and indicate the end of the conversion. But it never happens. If I switch to Continuous mode the DRY pulsing with 15 625Hz set in the clock register. The DOUT/DRY output is right but in Single Conversion Mode the DOUT/RDY never goes low to signal the end of the conversion.
The upper picture is from the AD7175-2 data sheet, the lower one is a screenshot of my scope. The colors: Yellow = CS, Green = DIN, Blue = DOUT/RDY, Pink = SCLK. The traces are in the same order as in the data sheet figure 72.
It is obvious that the blue trace never goes low after the conversion is complete. Why?
Note: It works without waiting for the RDY signal falling edge. The program temporarily waits a bit longer than the conversion time and send 0x44 command and receives the 3-byte conversion result.
I need a good explanation why the RDY signal is not shown on the screenshot of my scope?
Many thanks for your help. Best regards,
Louis