2013-08-28 07:10 AM
Hi,
I'm trying to generate 3 signal using TIM3&TIM4.the first signal run at 8MHz, DutyCycle 50%, the second signal should run every odd cycles of the first signal and the third should run every even cycles of the first signal. (see the image below)2013-08-28 01:13 PM
I don't see an easy way to do this with two channels on the same timer. Two separate timers I can see just controlling the relative phase.
2013-09-01 01:41 AM
thanks for the replay,
If I simplified the use, and work with 3 different timers, TIM2 (for signal one) TIM3 (for signal two) TIM4 (for signal three), TIM2 and TIM3 implementations are easy. but still how can I implement the phase on the third signals using TIM4?2013-09-01 06:37 AM
Slew TIM4->CNT wrt TIM3->CNT