cancel
Showing results for 
Search instead for 
Did you mean: 

Timer synchronization 72F324

sfrahm
Associate
Posted on June 23, 2004 at 04:30

Timer synchronization 72F324

2 REPLIES 2
sfrahm
Associate
Posted on June 15, 2004 at 14:27

Hi, everybody!

Is it possible to synchronize Timers A and B used in PWM-Mode?

Frequency is 20 KHz.

In my Application there is a little disturbing time-offset between both output-signals.

anshul
Associate II
Posted on June 23, 2004 at 04:30

After Reset both the timers are on, so if you do not disable either of the timers in your code and you do not change the Timer clock (i.e. it is Fcpu/4, the reset value) for both the timers then the PWM signal for both will be exactly synchronised provided the compare register values are the same.