We are using ADS124s06 ADC. Measurement is in continuous mode with the data rate of 4000SPS and we are using the low-latency filter. As per our understanding from the datasheet, reading data from one channel is possible at a time. So we have to set the channel in INPMUX register to switch between the channels and read the measurement values. In Page 42 of the datasheet, it is mentioned that there will be a delay of 0.406 + programmable delay for the first data and 0.25+programmable delay for the subsequent readings. Since we are switching between multiple channels of the same device (in continuous mode ), we would like to know if the first data delay appears each time when we switch the channels.
For example:
Step1 : Send the START command to acquire in continuous mode.
Step2: Set the channel 0 and 1 in differential mode and wait for the required time and read the data -> It will take 0.406 ms for the first data
Step 3: Set the channel 2 and 3 in differential mode -> Whether this is considered as the first reading or subsequent reading? Will the initial delay of 0.406ms be applicable here due to changing channels?
Thanks