5Channel ADC --> DMA triggered by timer to achieve lower sample rates: Do I need to restart DMA or ADC? When does HAL_ADC_ConvCpltCallback get triggered?
Posted on November 01, 2017 at 23:01Need to sample 5 channels at 20Hz. Would like an interrupt when the DMA buffer is filled (50 samples). Waiting on boards to arrive and have a few questions:1) Does the ADC or DMA needs restarted after each conve...