Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

STM32F3 Timer1 negative output delay?

Jadeit

Member level 5
Joined
Feb 10, 2017
Messages
84
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
2,191
Timers in the STM32F3 processor have TIMx_CH1 and TIMx_CH1n outputs
I have simple questions.
Is there a negative output from the same source as a positive one by inserting the inverter or not?
In other words, are the negative and positive output of the reference clock synchronous or is there some shift caused by the inverter and If so how big is it?
 
The usual application involves an intentional delay between both outputs. With delay set to zero, I would expect both outputs to be set simultaneously. Consider that outputs are registered after all logic.

1000003531.jpg
 
Might be prudent to use a scope and look. I would agree with FvM but could find no reference in datasheet.
The deadtime generator seems to support one clock, which would make me think its registered, but never
hurts to check. If using ext clk res time is ~ 14 nS at 72 Mhz clk, so if it was a gate delay, not registered,
worst would be ~ 7 nS (144 Mhz clk ref in datasheet). Then layout becomes a a factor.

If you do the check make sure you have set deadtime and clk right before looking. Hopefully you are
not trying to depend on a max delta in the sinflge digits kinds of speed as T & V effects would blowup your goals.


Regards, Dana.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top