forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4541.yaml
69 lines (68 loc) · 1.91 KB
/
4541.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
63
64
65
66
67
68
---
description: "Programmable timer"
package: DIP
pincount: 14
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4541b.pdf"
pins:
- num: 1
sym: R__TC
desc: external resistor connection (R__t)
- num: 2
sym: C__TC
desc: external capacitor connection (C__t)
- num: 3
sym: RS
desc: external resistor connection (R__S) or external clock input
- num: 4
sym: NC
desc: no connection
- num: 5
sym: ~AR
desc: auto reset input (active low)
- num: 6
sym: MR
desc: master reset input (active high)
- num: 7
sym: GND
desc: ground
- num: 8
sym: O
desc: output
- num: 9
sym: PH
desc: phase input
- num: 10
sym: MODE
desc: mode select (single cycle or continuous)
- num: 11
sym: NC
desc: no connection
- num: 12
sym: A0
desc: divider input
- num: 13
sym: A1
desc: divider input
- num: 14
sym: Vcc
desc: supply voltage
specs:
- param: Frequency range
val: [1 (min), "100k (max)"]
unit: Hz
- param: External capacitor C__t
val: 100 (min)
unit: pF
- param: External resistor R__t
val: [10k (min), 1M (max)]
unit: "Ω"
notes:
- "The RC oscillator frequency is 1/(2.3 × R__t × C__t). R__S = 2R__t."
- An external clock signal, connected to RS, may be used instead. The timer advances on the low-to-high transition of RS.
- "The input frequency is divided by a value determined by A1A0: 2<sup>13</sup> (LL), 2<sup>10</sup> (LH), 2<sup>8</sup> (HL), or 2<sup>16</sup> (HH)."
- Power-on reset is enabled when ~AR and MR are low. For HEF4541, Vcc should be above 8.5V for correct power-on reset.
- PH specifies the state of the output after reset (high or low).
- When MODE is high, the output oscillates continuously.
- When MODE is low, the output changes only once, after a single cycle.
...