Timer triggered simultaneous ADC conversion
I want to capture data from both ADC1 & ADC3 simultaneously, both have differential inputs. I want to trigger both conversions by Timer1, and collect data from both simultaneously when conversion is complete. My example is triggering data collection ...