Part Number: EK-TM4C1294XL
What changes are necessary to single_ended.c to use SS2 instead of SS3?
I see that it is quite easy to set ADCSequenceConfigure( ) to use SS2 instead of SS3.
But do I need to make multiple calls to ADCSequenceStepConfigure( ) - one call for each input?
This is unclear from the datasheet and I have seen no examples for multiple inputs to ADC.
What I think happens is people do a single input on sequencer 3 and do the setup and gather multiple times in a for( ) loop, which seems very inefficient.