cancel
Showing results for 
Search instead for 
Did you mean: 

how config timer 1 to trigger timer 3 every fall edge on PWM channel 1 and channel 2

Pedram
Associate III

Hello everyone

how config timer 1 to trigger timer 3 every fall edge on PWM channel 1 and channel 2

1 REPLY 1
Imen.D
ST Employee

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