Hello.
We are using a TM4C129x custom board sampling from 2 channels of the ADC via uDMA and this is triggered via Timer0. We are sampling at 50 KHz, with no problems.
However, don't need such a bandwidth and we would like to use the Hardware Averaging technique explained on the workshop document.
To do that we have included the line:
ADCHardwareOversampleConfigure(ADC0_BASE, 4);
But we see no difference on the time between interruptions or the sampled data. It looks like there is no effect.
Should not be the Tiva device, triggering the ADC interrupt 4 times later?
Our aim is to get an oversampled 12.5 KHz signal.
Thank you