Hello. I have STM32F334 MCU on Discovery board and I want to control two mosfets by alternately switching PWM channels (like on the picture).
PWM channel 01 controls Mosfet 1, PWM 02 - Mosfet 2. Also I need to insert dead time (dt) between channel switches. My MCU has HRTIM. Is there any way to solve this task using HRTIM? If it possible, what is the best way to reduce IRQ count to reach ...