2017-06-11 04: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?
2017-06-11 07: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.
2017-06-11 07:58 AM
Thank Clive One.......
2017-06-12 10:08 AM
rafizadeh.arash.003 wrote:
Thank Clive One.......