How can I generate variable phase-shifting 4 PWM signal reference to one another in STM32H7432ZIT6U
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-08 7:28 AM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-09 12:13 AM
there is a cookbook for cascading timers, if that's what you mean..
STM32 Timer Cookbook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-10 5:09 PM
write desired phase shift to ccr registers, either in update interrupt or using DMA.
