Associate III
May 12, 2023
Solved
How to force stop PWM pins in complementary.
- May 12, 2023
- 3 replies
- 2427 views
Hello,
I am working on STM32G474.
I want to operate PWM using GPIO. Below code works find for me. but the issue is that after triggering PWM to stop (only output will be stopped and counter remains working), the PWM of timer 1 takes almost 1.2 seconds to logic 0 level. Is there any other way to force both PWM pins (complemtary) to low level as soon as trigger from GPIO arrived. I want to remove delay of 1.2 seconds which takes to force PWM pins to low.

