STM32f1 Push-Pull PWM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-11 4:15 AM
Hi,
I want to create two PWM by STM32F103 for a Push-Pull system. Now, I would be grateful if you tell me how can I shift one of the PWMs through this sysem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-11 7:27 AM
There a TIM with inverted 'N' outputs. There is also PWM1 mode vs PWM2 mode.
Other phase shifts can be achieved using Toggle mode.
I believe the example code also has a 3 or 6 phase example, but this requires interrupt based management rather than just programming once and letting the hardware do the work.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-11 7:58 AM
Thank Clive One.......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-12 10:08 AM
rafizadeh.arash.003 wrote:
Thank Clive One.......
