In our current setup, we keep the START-Pin high, to avoid the converter goes to sleep.
We are using 20 SPS.
We use the RDATA command to retreive data
After the pulse on DRDY-Pin, for how long time is correct data available, Before it's corrupt by a new conversion result.
I would assume that the data buffer at some Point will be updated by new conversion result
The data sheet is very unclear about this.
In our setup we have 5 ADS1248, all of them receives the same channel setup, and we use the SYNC command to sychronize them.
The DRDY pins is then ORed together and routed to an external interrupt-pin on the processor, but currently we are only polling the interrupt flag, not using any interupts on the processor.