forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4526.yaml
63 lines (61 loc) · 1.4 KB
/
4526.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
description: "Programmable 4-bit binary down counter"
package: DIP
pincount: 16
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4526b.pdf"
pins:
- num: 1
sym: Q3
desc: count output
- num: 2
sym: P3
desc: parallel input
- num: 3
sym: PL
desc: parallel load (active high)
- num: 4
sym: ~CP~1
desc: clock input (high-to-low triggered)
- num: 5
sym: P0
desc: parallel input
- num: 6
sym: CP0
desc: clock input (low-to-high triggered)
- num: 7
sym: Q0
desc: count output
- num: 8
sym: GND
desc: ground
- num: 9
sym: Q1
desc: count output
- num: 10
sym: MR
desc: asynchronous master reset (active high)
- num: 11
sym: P1
desc: parallel input
- num: 12
sym: TC
desc: terminal count output
- num: 13
sym: CF
desc: cascade feedback input
- num: 14
sym: P2
desc: parallel input
- num: 15
sym: Q2
desc: count output
- num: 16
sym: Vcc
desc: supply voltage
notes:
- When ~CP~1 is low, the counter advances on a low-to-high transition of CP0.
- When CP0 is high, the counter advances on a high-to-low transition of ~CP~1.
- TC goes high when the count is 0, CF is high, and PL is low.
- For a single-stage divide-by-n circuit, connect the TC output to PL and set the P0-P3 inputs to n.
...