Multichannel PWM for STM32U575 #53924
Unanswered
bhavikbhansali
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I checked with the disco_l475_iot1 and put an overlay as yours using the timers15 and channel1. The output D10 of the CN1 (pin pa2) is toggling with variable duty cycle.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Note that pwm15 channel 1 refers to &tim15_ch1, so that in your DTS, if the pwm2 channel2 is enabled (on pa1), |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run a multichannel PWM for STM32U575 board. But I am not able to make it properly. I am new to zephyr so still few things I am learning and trying to know. Can any one help me with this?
Overlayfile Details:

Can any one help me modify the overlay file? Or suggest any of the example where multiple channel of same time is use to generate the PWM.
Beta Was this translation helpful? Give feedback.
All reactions