2025-08-03 7:26 PM
How to create a soft start in the initial operation when generating a PWM signal with STM32
2025-08-04 1:47 AM
Hello @jungilyong
To implement a soft start when generating a PWM signal with your STM32, you can gradually increase the PWM duty cycle from a start value to your desired value in small steps. This can be achieved by updating the timer’s compare register in a loop, with a short delay between each increment.