2024-11-17 10:37 PM
Hello,
Can you please check if STM manufactures controllers with Sinusoidal PWM, our requirement is to drive 2 H-bridge full drivers, so if they are available please let me know.
Thanks,
Sonali
Solved! Go to Solution.
2024-11-19 11:40 AM
Hello,
There is no feature called "Sinusoidal PWM" on STM32 but you can generate sinusoidal with a timer PWM output.
You can refer to this article:
Watch also this video: https://www.youtube.com/watch?v=4omSQHY0rDw
You can also use DAC to generate sine wave:
See these threads: https://community.st.com/t5/stm32-mcus-products/how-to-generate-a-sine-wave-using-dac-with-stm32f410rb-using/td-p/694638
Hope it does answers your question.
2024-11-19 11:40 AM
Hello,
There is no feature called "Sinusoidal PWM" on STM32 but you can generate sinusoidal with a timer PWM output.
You can refer to this article:
Watch also this video: https://www.youtube.com/watch?v=4omSQHY0rDw
You can also use DAC to generate sine wave:
See these threads: https://community.st.com/t5/stm32-mcus-products/how-to-generate-a-sine-wave-using-dac-with-stm32f410rb-using/td-p/694638
Hope it does answers your question.