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 ...
Search found 2 matches
- Wed Jul 22, 2020 4:12 pm
- Forum: General discussion
- Topic: how to PWM Frequency stm32duino and resolution
- Replies: 19
- Views: 45536
- Sun Jul 19, 2020 6:49 pm
- Forum: General discussion
- Topic: how to PWM Frequency stm32duino and resolution
- Replies: 19
- Views: 45536
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?