2023-07-20 03:46 AM - last edited on 2023-07-31 05:57 AM by Amel NASRI
Hi,
I'm working on STM32WL55JC board and run "TIM_PWMOutput" example that run 4 PWM channels with diffrence pulse width.
I'm trying to add deadtime between the channels (following this hands-on video https://www.youtube.com/watch?v=rDaC2N-33Oo Minute 5:34)
But on my IDE I don't have deadtime option (adding picture)
So I tried manually change deadtime during TIMInit() (via the line sBreakDeadTimeConfig.DeadTime = SomeDelay) but it doesn't work, the delta time between all channels remain the same
Thanks!
Solved! Go to Solution.
2023-07-20 04:09 AM
dead time is needed on complementary out channels ... so set :
also for combined pwm possible, see RM.
2023-07-20 04:09 AM
dead time is needed on complementary out channels ... so set :
also for combined pwm possible, see RM.