-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.json
91 lines (90 loc) · 1.87 KB
/
index.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"type":"MCU",
"name":"CH554",
"title": "WCH MCU CH554",
"description":"WCH 1T 8051 MCU",
"series":["CH554T","CH554E","CH554G","CH554P"],
"package":["MSOP10","QFN16","SOP16","TSSOP20"],
"peripheral": ["TIM","ADC","USB","UART","SPI","LDO","PWM"],
"RMB":[3.5,4.5],
"Core": {
"num": 1,
"type":"8051",
"Freq":[16,24],
"DMIPS": 30,
"CoreMark": 40
},
"manufacturer": {
"vendor":"WCH",
"homepage": "http://www.wch.cn/products/CH554.html"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/CH554.git"
},
"version":"1.7.0",
"UART": {
"mark": ["UART1","UART2"],
"BIT":[5,6,7,8,9],
"ISO7816":true,
"IrDA":true,
"LIN":true,
"FIFO": 16,
"BPS": [48,3000000]
},
"TIM": {
"resolution":[16,16,16],
"rate": 1024
},
"CLK": {
"HSI": [24000],
"LSI": [32],
"PLL": [16000,96000],
"DIV": [1,128],
"SYS": [187,24000],
"accuracy": 0.02
},
"ADC": {
"num": 1,
"channel": 4,
"resolution": 8,
"rate": 2400
},
"USB": {
"num": 1,
"FIFO": 64,
"more":["FS","type-C","Host","Device"]
},
"PWR": {
"VDD": [2800,5000],
"Ivdd": 3.5,
"LDO": [5000,3300],
"rate": 1024
},
"PWM": {
"num": 2,
"resolution": 8,
"rate": 256
},
"EMC": {
"EFT": 2000,
"ESD": 4000
},
"upload": {
"ISP": true,
"IAP": true,
"speed": 115200
},
"programer": {
"UART": true,
"USB": true
},
"keywords": [
"dev-platform",
"8051",
"WCH",
"CH554",
"USB","PD","USBD","USBH","UART","SPI",
"LDO","3.3V","5.5V"
]
}