Are different channels of the same timer synchronized in nature?
Say on pyboard, PB0 and PB1 correspond to TIM3_CH3 and TIM3_CH4 respectively.
If I ever set CH3 and CH4 with different PWM duty cycle and have PB0 and PB1 PWM outputs hooked to oscilloscope, are these two signals synchronized (i.e. rising edges aligned) in nature?
Are different channels of the same timer synchronized in nature?
Re: Are different channels of the same timer synchronized in nature?
Yes - different channels of the same timer are synchronized. Some of the timers also support "center-aligned mode" where the centers of the two pulse will be aligned rather than the leading edge.