ADC timing issues when configured for multiple channel scanning.
I'm trying to scan 6 channels at a 1 KHz rate. I used Timer 2 to generate 1 mSec trigger pulses for the ADC. I used the 'interrupt mode' to verify timing by pulsing an I/O port pin. I'll use DMA eventually. I setup the ISR to collect 24 samples and s...