Hello,
My customer is asking about the MUX of ADS1120.
(1) They confirmed that the output error is lager after changing MUX.
(It is high compared to what they expect.)
(2) This issue is happened at first conversion.
(3) They are using on Turbo mode and PGA=enabled..
According to the thread(below) of ADS1120, It is described following about MUX.
https://e2e.ti.com/support/data_converters/precision_data_converters/f/73/t/402890
“What happens on a mux change is the register value is decoded and the mux disconnects from the previous input channels then connects to the new channels.
Also, the digital filter is reset which actually starts a new conversion once the channels have switched.”
“What sometimes happens when using continuous conversion mode is the previous channel data has not been read out at the correct time.
The best method is to use an interrupt driven system where the data is read immediately after the falling edge of DRDY.
Then you can change the mux right after the data has been read.
At this point the next falling edge of DRDY should be the new mux position data.”
(Question)
(1) They are using ADS1120 at turbo mode and PGA=enabled.
Is there a possibility that the above problems occur in the same way in turbo mode?
Of cause, I think that it is needed to confirm their condition (register setting, code) and the behavior of issue.
Could you please give some comment and opinion or advice?
Regards,
Tao_2199