Question
Hello everyone! I am trying to implement FOC control on stm32f405 mcu. What I want to do is to start Adc conversation in the middle of PWM cycle. I am using complementary PWM of timer1 which runs at 42 kHz.
I have done the research but couldn't do more than triggering the adc cycle with a timer trigger. Is there any example to do it using cube mx and DMA?
Thank you