JK flip flop as a bistable (RS flip flop)?

WBahn

Joined Mar 31, 2012
30,052
You can use the asynchronous clear and set inputs, but that largely defeats the purpose have having a JK flip-flop in the first place. It also opens you up to the very demons that motivate using a clocked flip-flop.
 

Thread Starter

ag-123

Joined Apr 28, 2017
276
i'm thinking of a 'lazy' way to use a JK flip flop as JK flip flop has well defined states, just that it needs a clock train to work well :p
 

crutschow

Joined Mar 14, 2008
34,420
is there a 'common' way to use a JK flip flop as like a RS flip flop? e.g. without the clocks?
You can use the Set and Reset inputs as noted, but then you are just wasting the use of a FF where an RS latch is all you want.
An RS latch and a clocked FF are seldom interchangeable in a real digital circuit application.
i'm thinking of a 'lazy' way to use a JK flip flop as JK flip flop has well defined states, just that it needs a clock train to work well
A clocked FF doesn't need a clock to "work well" it needs a clock to preform a specific logical clocked function, such as in a binary counter.
Your "lazy" way is just using the FF as a latch, which means it is no longer functioning as a JK flip-flop.
 
Last edited:
Top