Repeat sequence of ADC conversions using DMA
Hi All,I need to do 13 ADC conversions using DMA. And also need to repeat it 10 times so that I can take average for all the 13 values. Here's the code I'm using:static uint16_t adcDataArrayBeforeAvg[130];HAL_ADC_Start_DMA(&hadc, (uint32_t *)adcData...