Question
Starting two timers synchronous
Posted on January 12, 2012 at 21:59
Hello everybody!
In my program I have to start two timers exactly at the same time. In my current code I start them behind one another (just one line of code each) but unfortunately the error with this method is too large. I'm not really into the possibilties a STM32 �C provides, maybe you can give me some tips or even an example code where this problem is solved. Some facts about the timer-settings: Timer1 is in PWM-Mode, triggering the ADC. Timer4 is in OnePulse-Mode. Hope this problem isn't very hard to solve ;) Thank you in advance! #start-two-timers-synchronously