How to setup STM32F373 SDADC with multiple channels over DMA
I am struggling with the SDADC of the STM32F373My goal is to read 3 different channels of the SDADC3 using DMA. I was able to get a single channel working, but as soon as I add the other channels, the data seems not to be ok.I used the following code...