ADC multiple Channel with DMA - Reading of multiple scan sets with signe DMA transfer possible?
Hi everyone,
I have configured my ADC on STM32F405 in Scan mode to read 5 channels. What I like to do ist to make a single DMA transfer to sample the 5 channels more than one time (e.g. 10x5channels = 50 elemet DMA transfer) To average the data after the transfer.
However, I could only run a DMA Transfer with more than 5 elements if I set the ADC to contonious mode. But in Continiues mode, the beginning of the channel order is not aligned to the first element of the DMA buffer (first channel in the sampling order is not necessarily in DMA_Buffer[0]).
Is there any solution to this problem, or is the ADC not intended to be used in that way.
Best regards
