Flip Flop Triggering on Rising Edge, Not falling edge as it should

Thread Starter

imzack

Joined Nov 3, 2010
73
I have a flip flop at I have set up so it only cares about falling edges. I have a couple units however that when they get a little bit warmer, they start to trigger on the rising edge of the clock line. Any ideas on what is going on? I have looked at the scope trace, and zoomed in, the clock signal is going from 0 to 5 volts, with little time inbetween (aka 2v, to 3v, to 4v). Somewhere at around 3 volts though, the JK Flip Flop triggers on the rising edge instead of the falling edge as it should be. Why does the flip flop think the rising edge is a falling edge? Also, why does it behave this way when its warm, but if I try to cool the unit down a few degrees the unit acts as excepted?

Thanks
 

WBahn

Joined Mar 31, 2012
30,062
A drawing would be awfully nice.

Where does the clock signal come from?

My initial guess is that you are deriving your clock from a source that is glitching and the flip flop, when warm, is fast enough to respond to lower energy glitch signals than it can when it is cool.
 

MrChips

Joined Oct 2, 2009
30,810
Which flip-flop? Part number?

Noise on the clock signal? What is generating the clock signal? What is the rise time and fall time of the clock signal?
 

Thread Starter

imzack

Joined Nov 3, 2010
73
Sorry about the delay on this. But I believe it to be how fast the rising and falling edges are of the clock signal.

What inside the JK Flip Flop dictates how slow of a rising and falling edge time that is acceptable?
 

WBahn

Joined Mar 31, 2012
30,062
Sorry about the delay on this. But I believe it to be how fast the rising and falling edges are of the clock signal.

What inside the JK Flip Flop dictates how slow of a rising and falling edge time that is acceptable?
It can be any number of things -- it all depends on the details of the design. If it's CMOS, the details of the transistor thresholds plays a big role because they determine the degree of shoot through current you get and also the degree to which nodes have to act as charge-storage nodes during the transition.
 

Thread Starter

imzack

Joined Nov 3, 2010
73
Thank you for your reply!

That sounds above my head; If I was interested in reading more about this, do you have any suggested sites or links?

Thanks
 
Top