This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Arthur,
When /CS is taken high, SCLK and DIN are ignored and DOUT will enter a high-impedance state. The /CS pin has no effect on /DRDY. Assuming that START remains high, the modulator will continue converting and /DRDY will still pulse at the data rate.
You mentioned that only one channel is currently active. I assume the others are powered down? Even so, the data output sequence remains the same: 24-bit STATUS followed by 8x24 bits of channel data (216 bits total). You must read all 216 bits of data between each /DRDY pulse. /CS will have to remain low the entire time while you send 216 SCLKs. /CS must be brought low 6ns before the first rising edge of SCLK and should remain low for an additional 4*tCLK after serial communication is finished.
Best Regards,