Hello,
I would like to use the ADS1274 and connect it to an OMAP-L138 for my measurement PCB and have one question regarding the inverter gate "U1" in figure 88 of the ADS1274 data sheet.
I want to operate the ADC in Frame-Sync output format at the highest possible samping rate, so CLK should be something about 36 MHz, and SPI is not an option.
As far as I understand the interface circuit, the D-flipflop "U2" should 're-synchronize' the data stream, so that the timing of the data bit at the uP-Port DR matches the bit clock SCLK, regardless of some (minor) phase shift on its way across the board.
BUT: for my understanding, the inverter makes things worse than better, because the '74 D-flipflop is positive-edge triggered and the ADS1274 delivers the next data bit after the falling edge of the SCLK signal, feed to the input of the inverter. So the data bit should be stable at the time when the **rising** edge of SCLK arrives, not at its falling edge. But the inverter transforms the falling edge of SCLK to an rising edge, so that the flipflop captures the ADS1274 output data bit just in that moment, when it changes its state (or a few nanoseconds later).
I do believe, that the circuit works and is well designed, but can somebody be so kind to explain, what the inverter is for, or where my missunderstanding is?
Thank you in advance, Horst