Solved
Using Break Functionality as interrupt in stm32f4
For PWM channels to be disabled during a trip instant we use the break input circuit and the function worked well in the Nucleo board. But while using the same in the real circuit having half-bridge, cross conduction occurs every time the break input gets active.
we observed that the complementary waveform degrades to zero instead of immediately being pulled down to zero
- Is there any option to use the break as an interrupt?
- Is there any other option to force the output and its complementary channel to zero while using the break functionality?
