EEE 520 ELECTRONIC COUNTER Lecture Note 2023
EEE 520 ELECTRONIC COUNTER Lecture Note 2023
THEIR APPLICATIONS
OUTLINES
Introduction
Synchronous counter
Asynchronous counter
Up/down counters
Difference between Synchronous counter and
Asynchronous counter
Applications of Asynchronous Counters and
synchronous Counters
• Electronic counters are widely used in digital electronics to
record the number of times an event has occurred. They can
store or output the numbers they have recorded. Counters are
also referred to as timers.
• Aside from counting, counters are also used for measuring
frequency and time. Counters are now being used in a lot of
applications such as frequency counters, digital clocks,
analog-to-digital converters, frequency divider circuits and
electronic device timers.
• Counters are mainly used in counting applications, where they
either measure the time interval between two unknown time
instants or measure the frequency of a given signal.
• We can also find these inside the electronic devices we use at
home. Microwave ovens and washing machines use counters
to keep track of the time elapsed. Counters are also used in
counting people entering and leaving a stadium or an
auditorium.
TYPES OF COUNTERS
There are different types of counters for different applications.
The two most common types are:
(A) Synchronous counters
(B) Asynchronous counters.
SYNCHRONOUS COUNTERS
Synchronous counters are counters that use clock signal to change
their transition. This means that synchronous counters depend on
clock input to change state values. Flip flops, which are electronic
circuits used to store binary data, in synchronous counters are
triggered by the same clock signal. They are very simple in design.
All the flip flops are interconnected and driven by the same clock
signal.
Unlike the asynchronous counter, the synchronous counter has one
global clock which drives each flip flop. An advantage of
synchronous counters over asynchronous counters is that it can
operate on a higher frequency as it does not have cumulative delay
from the clock.
ASYNCHRONOUS COUNTER
• Asynchronous counter is a cascaded arrangement of flip-flops
where the output of one flip-flop drives the clock input of
another flip-flop.
• The number of flip-flops in the cascaded arrangement depends
upon the number of different logic states that it goes through
before it repeats the sequence.
• In an asynchronous counter, the clock input is applied only to
the first flip-flop, in the cascaded arrangement. The clock
input to any subsequent flip-flop comes from the output of its
immediately preceding flip-flop. For example, the output of
the first flip-flop acts as the clock input to the second flip-flop,
the output of the second flip-flop feeds the clock input of the
third flip-flop and so on.
• For an arrangement of n flip-flop, the clock input to the nth flip-flop
comes from the output of the (n−1)th flip-flop as shown in figure 1
• In this case, not all the flip-flop changes state at the same time because
the input of the second flip-flop depend on the output of the first flip-
flop.
How counters work
2 The arrangement of the flip-flops In this counter, the main clock is applied
in this counter is driven by the to the first flip-flop. Whereas the other
same clock. flip-flops are provided with the clock
from the output of previous stage flip-
flops.
3 In this counter, as the number of To the more number of states, the design
states is increasing the design of this counter is simple to implement.
tends to become complex.
• i. Alarm Clock, Set AC Timer, Set time in camera to take the picture,
flashing light indicator in automobiles, car parking control etc.
• ii. Counting the time allotted for special process or event by the scheduler.
• iii. Commonly used in home appliances like washing machine, microwave
oven, Time schedule led indicator etc.