Hello,
I am making a peak detector, and want to feed its signal into the Appolo 3 MCU ADC. It would be great if I could sync the peak detector reset pin with the ADC, so that whenever the ADC takes a sample it reads the latest peak.
Question is, can I somehow bring the ADC clock out to a GPIO pin? I.e, if the clock signal is high, the GPIO pin is high and when the clock is low, the GPIO pin is low.
Thanks.