Skip to content

I can't create my own JK flip flop and counter #1108

Discussion options

You must be logged in to vote

The idea for your JK flip-flop is not so bad. You just overlooked that your circuit essentially corresponds to an inverter which is fed back to itself:

Such a circuit cannot achieve a stabilized state.

Therefore, this direct feedback must be prevented for the circuit to work.
And there are two ways to do that: One can either make the switching pulse so short that no oscillation can occur, because there is not enough time for that. To do this, the rising edge is transformed into a very short pulse. Just long enough to toggle the flipflop, but not long enough for multiple toggles.

The three gates directly behind the clock input are used to generate the pulse.

The second possibility is to …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@VerdichteteEnergie
Comment options

@hneemann
Comment options

Answer selected by VerdichteteEnergie
Comment options

You must be logged in to vote
2 replies
@hneemann
Comment options

@jongena
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants