-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
80 lines (80 loc) · 1.7 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
{
"type":"MCU",
"name":"CH32F207",
"title": "WCH Cortex-M3 CH32F207 MCU",
"description":"WCH Cortex-M3 MCU",
"version":"1.0.0",
"Core": {
"num": 1,
"type":"Cortex-M3",
"Freq": 144,
"DMIPS": 216,
"CoreMark": 500
},
"manufacturer": {
"vendor":"WCH",
"homepage": "http://www.wch.cn/products/CH32F207.html"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/CH32F207.git"
},
"series":["CH32F207","CH32F207","CH32F205","CH32F203"],
"package":["LQFP64M","QFN68","QFN48","QFN28"],
"peripheral": ["TIM","ADC","USB","UART","SPI","LDO","PWM"],
"price":[4,16],
"TIM": {
"resolution":[16,16,16],
"WWDG": true
},
"UART": {
"mark": ["UART1","UART2"],
"BIT":[5,6,7,8,9],
"ISO7816":true,
"IrDA":true,
"LIN":true,
"FIFO": 16,
"BPS": [48,3000000]
},
"ADC": {
"num": 1,
"channel": 4,
"resolution": 12,
"MSPS": 1
},
"USB": {
"num": 1,
"PD": true,
"FIFO": true,
"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,
"SWD": true,
"speed": 115200
},
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"WCH",
"DAC","SDIO","CAN","I2C","RTC","SPI",
"3.6V","1.8V"
]
}