× back Types of counter Synchronous counter Asynchronous counter Applications of counter
← Previous Topic

Counters

Types of counters

  1. Synchronous counter: Every flip-flop have Clock Pulse.
  2. Asynchronous counter: Only first ff have CP.

Synchronous counter

Ring counter

  • A ring counter is a synchronous counter. The synchronous counter has a common clock signal that tiggers all the flip-flops at the same time.
  • A ring counter is a circular shift register with only one flip-flop being set at a time and all others are cleared.
  • The single bit is shifted from one flip-flop to the other to produce the sequence of timing signals.
  • It can be made from JK or D flip-flop.
  • A ring counter is a typical application of shift register.
  • The ring counter is almost the same as the shift register. The only change is that the ouput of the last flip-flop is connected to the input of the first flip-flop in the case of the ring counter but in the case of the shift register it is taken as output.
  • Number of states in ring counter = number of flip-flop used.

Asynchronous counter

3 bit Up counter

  • 0 → 1 → 2 → 3 → 4 → 5 → 6 → 7
  • This counter will start from lower value (0) and count till higher value. (7)
  • As it is 3 bit so the max value in 3 bit is 7.

4 bit up counter

  • Here we will use T flip-flop because all we want is toggle.

3 bit down counter

Applications of counter

Here are the applications of the counter in digital electronics