Tool/software:
I have some general questions about ADCs in TM4C.
1. What are the differences between single-ended and differential input configurations?
2. What exactly are the sample sequencers and step sizes? And how are they related to the hardware oversampling?
From my understanding, sample sequencers capture data and the number of samples captured by each sequencer is different i.e. SS3 = 1, SS2 = SS1 = 4, SS0 = 8 samples. Also, for example, if the hardware oversampling is set to be x4, SS0 (suppose) would capture 32 samples in total (8 samples times 4)?
3. The datasheet says "Most of the ADC control logic runs at the ADC clock rate of 16 MHz. The internal ADC divider is configured for 16-MHz operation automatically by hardware when the system XTAL is selected with the PLL." Does this mean that if I select my system clock frequency = 80MHz, the ADC will automatically scale down ADC clock rate to 16MHz?