Resolved! read multiple samples from adc each 10 seconds with dma
i want to read every 10 seconds a few samples from a adc channel and let the dma bring the data to my variables.i have that working with 1 sample. the timer trigger the adc. adc trigger the dma channel and my HAL_ADC_ConvCpltCallback get called and t...