How to PWM with repetition with STM32 timers
Hello
I am basically designing an interrupter for plasma arc speaker.
I have a small signal amplifier which I connect to STM32F746 and perform FFT to determine which note was played. Whole process takes about 2ms.
My transformer works with 25khz. I want to turn it off and on again on the note frequency I want to play. For that I need to implement PWM repetition mode.
signal will look like this
However I am not sure how to do that without software and making unnecessary delay to turn the timer off and on again.
What is the best option to save processing time and achieve this kind of signaling ?
