Hello.
I'm using TIVA-C (TM4C123G) Launchpad. I've setup ADC0 sequencer0 to continously sample 6 channels (CH0-CH5). Also I configured µDMA in peripheral scatter gather mode to transfer the sampled data to a buffer. I have put CH0 to 3.3V and all other channels to GND.
The problem I have is, that not channel0 is the first element in the buffer. It's rotated by 1.
I cannot find the error. (Maybe in µDMA config, or ADC config?)
I've attached the whole project which can be used as is with the LaunchPad.
Thanks in advance.
BR
Christian