A 1-bit counter is composed of a single T flip-flop. A T flip-flop stores one bit. With a signal to the Data IN the T flip-flop counts from 0 to 1. With a further signal it reverts again to 0.
![]() Circuit diagram of a 1-bit counter consisting of a T flip-flop. |
![]() Illustration states of the 1-bit counter. |
In practice, you use a JK flip-flop that you can easily transform into a T flip-flop...
![]() Circuit diagram of a 1-bit counter consisting of a JK flip-flop. |
![]() Circuit 1-bit counter with JK flip-flop. (Enlarge) |
|
|
In the next experiment, you build a 2-bit counter...