Solved
How to Change PWM Polarity without DeInit Timer??
I have read STM32f1 Reference Manual and tested STM32CubeMx functions but have not found any solution.
Is there a way to change PWM polarity without Deinitializing Timer??
I have read STM32f1 Reference Manual and tested STM32CubeMx functions but have not found any solution.
Is there a way to change PWM polarity without Deinitializing Timer??
If the phase of the pwm signal is unimportant, write max - val instead of val to the ccr to invert the polarity.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.