STM32 MCUs with more than 3 complementary PWM Channels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-06 10:09 AM
Hey,
currently im evaluating STM32F401ReX, but it seems like it has only 3 complementary PWM Channels on Timer 1. Are there any Controllers with a total of 6 complementary PWM channels?
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-06 12:28 PM
Hello @TwixMeow and welcome to the ST Community :smiling_face_with_smiling_eyes:.
I suggest you to take a look at the STM32G4 Series (refer to the RM0440).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-06 12:43 PM - edited ‎2024-04-06 10:37 PM
The G4 has 4 on timer 1, 8 and 20. But they dont work really in my case... (cant keep complemenary on). I think the CHx have to be choosen for a steady on of a channel (for a LS mosfet for example).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-07 5:55 AM
Select any MCU with multiple Advanced timers (TIM1,TIM8,TIM20) like STM32G4747 etc. Use feature "timer-link" to synchronize two or more timers and then you can realize many synchronized complementary PWM channels. Note that also some "general purpose" timers have also one or more complementary outpus (like TIM15, TIM16, TIM17).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-08 1:39 AM
Did you consider HR-Timers?
