Board/CCO/CCO3627-dat/CCO3627-dat.md
... ...
@@ -1,11 +1,27 @@
1 1
2 2
# CCO3627-dat
3 3
4
-- 适用机器:ALL-11系列、LT-48系列,SuperPRO系列、TOP系列等所有编程器(1.27脚距)
5
-- 适用于所有SOP8窄体芯片
6
-- 1.27脚距
4
+- 适用机器:
5
+ - ALL-11系列
6
+ - LT-48系列
7
+ - SuperPRO系列
8
+ - TOP系列
9
+ - 等所有编程器(1.27脚距)
10
+
11
+- Applicable targets:
12
+ - ALL-11 series
13
+ - LT-48 series
14
+ - SuperPRO series
15
+ - TOP series
16
+ - 1.27 pitch for all programmers
17
+
18
+- 适用于所有SOP8窄体芯片 - support all narrow SOP8 chip footprint
19
+- 1.27 mm pitch pins
7 20
- SA602
8 21
- 150/200mil
9 22
10 23
24
+## ref
25
+
26
+- [[CCO3626-dat]] - [[CCO3627-dat]]
11 27
- [[CCO3627]]
... ...
\ No newline at end of file
Board/MSP/MSP1043-dat/2023-10-31-17-09-04.png
... ...
Binary files /dev/null and b/Board/MSP/MSP1043-dat/2023-10-31-17-09-04.png differ
Board/MSP/MSP1043-dat/MSP1043-dat.md
... ...
@@ -0,0 +1,30 @@
1
+
2
+# MSP1043-dat
3
+
4
+## Features:
5
+
6
+1. Size: 38mm (length) * 22mm (width) * 14mm (height)
7
+2. Weight: 8g
8
+3. Working voltage: 3.3--5.5V
9
+4. Clock chip: high-precision clock chip DS3231
10
+5. Clock accuracy: within the range of 0-40℃, the accuracy is 2ppm, and the annual error is about 1 minute.
11
+6. Comes with 2 calendar alarm clocks
12
+7. Programmable square wave output
13
+8. The real-time clock generates seconds, minutes, hours, day of the week, date, month and year, and provides leap year compensation valid until 2100.
14
+9. The chip has its own temperature sensor with an accuracy of ±3°C.
15
+10. Memory chip: AT24C32 (storage capacity 32K)
16
+11.IIC bus interface, maximum transmission speed 400KHz (when the working voltage is 5V)
17
+1. Other IIC devices can be cascaded. The 24C32 address can be modified by short-circuiting A0/A1/A2. The default address is 0x57
18
+2. With battery CR2032, it ensures that the clock will still run normally after the system is powered off.
19
+3. Packaging method: single anti-static packaging
20
+
21
+
22
+## SCH
23
+
24
+![](2023-10-31-17-09-04.png)
25
+
26
+## ref
27
+
28
+- [[DS3231-dat]]
29
+
30
+- [[I2C-dat]]
... ...
\ No newline at end of file
Chip/Analog-dat/DS3231-dat/ds3231-dat.md
... ...
@@ -0,0 +1,34 @@
1
+
2
+# DS3231-dat
3
+
4
+
5
+https://www.analog.com/media/en/technical-documentation/data-sheets/ds3231.pdf
6
+
7
+
8
+The DS3231 is a low-cost, high-precision I2C real-time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal.
9
+
10
+The device includes a battery input to maintain accurate timekeeping when mains power is removed.
11
+
12
+Integrated crystal oscillators improve the long-term accuracy of the device and reduce component count on the production line.
13
+
14
+The DS3231 is available in commercial and industrial temperature ranges and is available in a 16-pin 300mil SO package.
15
+
16
+The RTC stores seconds, minutes, hours, day of the week, date, month and year information. For months with less than 31 days, the end of the month date will be automatically adjusted, including corrections for leap years.
17
+
18
+The clock can operate in 24-hour or 12-hour format with /AM/PM indication.
19
+
20
+Provides two programmable calendar alarms and a programmable square wave output. Address and data are transmitted serially through the I2C bidirectional bus.
21
+
22
+Precision, temperature-compensated voltage reference and comparator circuitry monitors VCC status, detects power supply failures, provides a reset output, and automatically switches to backup power when necessary.
23
+
24
+Additionally, the /RST monitor pin can be used as a manual input to generate a μP reset.
25
+
26
+In addition to high timing accuracy, the DS3231 also has some other functions that expand the system host's additional functions and options.
27
+
28
+A very accurate digital temperature sensor is integrated inside the device and can be accessed (like the time) via the I2C* interface. The accuracy of this temperature sensor is ±3°C.
29
+
30
+On-chip control circuitry enables automatic power detection and manages power switching between primary and backup power sources (i.e., low-voltage batteries).
31
+
32
+If the main power supply is lost, the device continues to provide accurate timing and temperature with unaffected performance.
33
+
34
+An on-chip reset function can be used to restart the system microprocessor when the main power supply is re-applied or the voltage value returns to an acceptable range.
... ...
\ No newline at end of file