How to trigger an ADC using the PWM timer at the beginning of the period.
Hello,I want to trig the ADC using the PWM timer,The ADC would be triggered in the first event of the PWM "counter start".How to wait for the ending conversion using a while loop in the PWM isr.Could I read the ADC without using the DMA bus?I am usin...