I'm trying to find a robust way to feed the input of a ADCMP553 from a microcontroller. All systems use Vcc=3.3V.
The MCU generates a 3.3V pk-pk square-wave. Frequency is fairly low--about 1KHz.
I need to attenuate the signal so that it does not exceed 1.3V (maximum Vin). This is a problem as adding a voltage divider raises the output impedance of the CMOS driver and allows stray capacitance to change the delay timing by several nsec.
The best solution so far is to simply drive the +IN directly with 0V-3.3V square-wave. Seems to work, but this is out of spec as I'm driving beyond 1.3V.
Any other suggestions?