STM32F0 ADC external trigger with PWM and DMA - How to verify the trigger instance or ADC sampling begin instance?
Hi,I am using ADC with external trigger mode and DMA. The external trigger is TIM1 CH1 PWM out FALLING EDGE.I wanted to verify if the trigger instance is correctly set for which I am probing the PWM output and a GPIO that toggles inside the ADC_ConvC...