Sie sind auf Seite 1von 1

Divide by N Using the '161 Counter

Here is a simple circuit for obtaining divide-by-N from '161s. The technique will work for
one, two, or more dividers to obtain the desired N value. One counter handles N values up
to 16, two counters divide by N values up to 256, etc. The terminal count, TC, of the last
divider is inverted and used to preset all of the counters. The other TC pins are connected
to the following counter's CET input. The CET input of the first divider is connected to
logic 1 (+VCC).

'161 '161

3 14 3 14
1 A QA 16 A QA
4 13 4 13
2 B QB 32 B QB
DATA 5 12 DATA 5 12
4 C QC 64 C QC
6 11 6 11
8 D QD 128 D QD Output
15 15
TC TC
7 7
+ CEP + CEP
10 10
+ CET CET
2 2
Input CLK CLK
9 9
LOAD LOAD
1 1
+ CLR + CLR

74160 74160

The data inputs are programmed for the desired division factor, N, using the equation:

DATA = 256 - N.

with the value of each bit as shown in the boxes. For example, to divide by 183:

DATA = 256 - 183 = 73

And the binary representation of 73 is 01001001.


pin 6 of second '161 pin 3 of first '161

Das könnte Ihnen auch gefallen