Question
How to combine two PWM pulses along with a delay in between?
I am using stm32756G eval board. I want to generate a pattern of two PWM pulse along with a delay. Example: A pulse of 1Khz + delay (milliseconds) + A pulse of 1Khz
I am able to generate a PWM pulse of 1Khz.
Is there any example for that in stm32cubef7?
Please guide me on how to generate such a pattern.