Hi
We used ADS1242 in our thermocouple measuring device.
ADC registers:
SETUP=0x03; MUX=0x01; ACR=0x16; other registers in default state.
f osc = 2.4576 MHz
As you see, we don't use ^DRDY pin. Therefore we couldn't syncronize data readings with ^DRDY falling edges.
How could we start an ADC conversion to predict the moment of conversion finishing?
We tryed to do this in the following way:
1. Send DSYNC command.
2. Send RDATA command, read incorrect data.
3. Wait 280 ms.
4. Send RDATA command, read valid data.
We faced the following problem: After items (1) and (2), first ^DRDY falling edge comes after 133.3 ms instead of expected 266.6 ms.