2020-07-31 02:14 AM
What I want to do is capture audio using ADC0 and ADC1 with DMA. Until now I have not been able to find a decent solution on capturing 2 ADC inputs simultaneously using DMA.
Is this even possible?
2020-07-31 02:39 AM
Yes. There is no ADC0, but there are ADC1, ADC2 and ADC3 which are independent.
You can just set each of them up like this:
Or you can use them in interleaved mode:
2020-07-31 03:08 AM
According to reference manual: