I am using the ADC1248 at SPS 640.
In the specification it says that a conversion will end worst case in less than 1.7 seconds.
I try to run with a delay from SYNC to RDATA in SDATAC mode which is 2 ms. However the ADC data I get is periodical wrong.
If I increase the delay time to 2.5 ms it becomes more stable, and at 2.8 ms it seems totally stable.
Now it would be nice if I could use the dout/drdy to find out when the conversion has ended. However this seems only to be possible in RDATAC mode?
So my question is, if I can not thrust the timing in the specification, how can I determine when the conversion has ended in SDATAC mode.