2018-07-08 01:35 AM
Hi.
I want to generate a PWM pulse which might vary in terms of its frequency and duty cycle. It's easy to make it But I want to start reading ADC values using DMA (for example 100 samples) just after the pulse finished or started (falling edge/rising edge of the PWM signal).
is it possible to make it?
2018-08-09 10:35 PM
What STM32 part?
You can use a secondary or tertiary channel of TIM to trigger the ADC
Or perhaps master/slave configure them