What pins can give PWM from 100pin STM32H750?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-06 11:42 AM
CubeMX tells very little about PWM. For instance PWM is not listed in pin function list. There is not much about timer outputs either.
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
-
TIM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-06 4:49 PM
PWM is a timer output feature. Any pins connected to timer outputs (e.g. TIM1_CH1) can be used as PWM outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-06 4:49 PM
PWM is a timer output feature. Any pins connected to timer outputs (e.g. TIM1_CH1) can be used as PWM outputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-07 7:50 AM
I see. Those CPUs have plenty of timers, but Cubemx does show them on pin lists.
