Other Parts Discussed in Thread: ADS1258
Hi,
I want to read multiple ADS1251 data, and I will use a MUX to switch between different ADS1251's serial interface(SCLK+ DOUT).
The problem is: DOUT is always sending out data. What if DOUT of one ADS1251(let's call it A)has sended out 4bits and the MUX is switched to another ADS1251(let's call it B), and at the instant B has sended out 6bits already, so the MCU will not read correct results for both A and B, right?
How can I make sure the data is correctly read when switching MUX?