0-99 Counter Circuit with JK Flip-Flop

In this article, we will design the 0 to 99 forward counter circuit using JK Flip - Flop. Our circuit is a counter circuit which counts among the 99.The counter receives the value 00 when the counter is started. When a clock signal is applied to the CLK input of the first Flip - Flop, the value read out at the counter output is incremented by one. When the circuit output reaches 99, the Flip - Flops returns to the first operating state when the clock signal is given again and takes the value of 00. I use 74HC107 JK Flip - Flop IC. Total JK Flip - Flop number used is 4.









Circuit Diagram :


You can also access the Proteus drawing file from the link below.




Comments

  1. Would you be kind enough to explain a little how you are controlling the clearing of flip flopa after 9.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to calculate loop delay in AVR?