Search found 2 matches

by seandepagnier
Wed Jul 22, 2020 4:12 pm
Forum: General discussion
Topic: how to PWM Frequency stm32duino and resolution
Replies: 19
Views: 30755

Re: how to PWM Frequency stm32duino and resolution

it seems deadtime is not supported and complementary output is not working either. So I have now: pwm_handle.Instance = TIM1; pwm_handle.Channel = HAL_TIM_ACTIVE_CHANNEL_CLEARED; pwm_handle.hdma[0] = NULL; pwm_handle.hdma[1] = NULL; pwm_handle.hdma[2] = NULL; pwm_handle.hdma[3] = NULL; pwm_handle.hd...
by seandepagnier
Sun Jul 19, 2020 6:49 pm
Forum: General discussion
Topic: how to PWM Frequency stm32duino and resolution
Replies: 19
Views: 30755

Re: how to PWM Frequency stm32duino and resolution

This is working great, but how do I use the library to set complementary outputs with adjustable deadtime?

Go to advanced search