2021-03-09 01:25 AM
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
Solved! Go to Solution.
2021-03-09 05:00 AM
Read the Advanced Timers chapter in RM.
JW
2021-03-09 04:19 AM
How did you configure the gate inputs on the bridge? If the STM32 PWM outputs go to tri-state (analog) mode do you have a pull-down to shut off the high side and a pull-up to short the motor windings to ground side? If you see shoot-through, how is that both high sides are enabled since only one should be active when the shutdown occurs?
Jack Peacock
2021-03-09 05:00 AM
Read the Advanced Timers chapter in RM.
JW
2021-03-12 02:38 AM
Hi @Jeflet ,
Besides to the reference manual already mentioned by @Community member , look to the application note AN4277: Using STM32 device PWM shut-down features for motor control and digital power conversion.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.