how config timer 1 to trigger timer 3 every fall edge on PWM channel 1 and channel 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-04-05 07:41 AM
Hello everyone
how config timer 1 to trigger timer 3 every fall edge on PWM channel 1 and channel 2
Labels:
- Labels:
-
TIM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-04-12 07:41 AM
Hello @Pedram ,
It's not possible to trigger the timer 3 from timer 1 through channel 1 and channel 2 in the same time.
The source of trigger output of timer1 should be one of these:
- Reset
- Enable
- Update
- Compare Pulse (CC1IF)
- Compare - OC1REF
- Compare - OC2REF
- Compare - OC3REF
- Compare - OC4REF
You can refer to the "Timer synchronization" section in the reference manual relevant to your device.
Regards,
Imen
When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Thanks
Imen