STM32Fx external input counting and triggering ADC
Hi,I have a PWM signal input to STM32Fx MCU, I would like to count the number of pulses and trigger ADC on each rising edge of the PWM.If I use the input as the clock source for the Timer I don't know how to generate a trigger to the ADC on each puls...