PWM -> ADC & DMA
Hi, I want to trigger ADC with PWM, transfer it to array by DMA.But first I have problem with setting dma.......Question 1.Do I have to start HAL_ADC_Start before I use HAL_ADC_Start_DMAOr will this second function start adc & dma?