2014-10-01 12:51 AM
How can I generate two signals with a specific overlap time between them?
I mean first signal to be square wave 50% duty cycle and the second one square wave inverse of the first one but with overlap time, that is trabsition L->H to occur before the transition H->L of the first; and the transition H->L of the second to occur after the transition L->H of the first.Also I want to have same frequencies. I was thinking in making a PWM as being the first signaland the second to be a pulse with specific length and delay, triggered by the first signal rising edge;Is there another way of doing this overlap?(I) use STM32F072 disc. board)2014-10-01 01:54 AM
Is there another way of doing this overlap?
Phase relationship between two channels on a single timer, Toggle Mode.