-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.json
77 lines (77 loc) · 1.64 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
{
"type":"MCU",
"name":"MM32F031",
"series":["MM32F031","MM32F032"],
"compatible":["MM32F003","MM32F013"],
"price":[3.5,6.5],
"description":"WCH 1T 8051 MCU",
"peripheral": ["TIM","ADC","USB","UART","SPI","LDO","PWM"],
"package":["MSOP10","QFN16","SOP16","TSSOP20"],
"RAM":[1,1],
"ROM":[16,16],
"DATA":[128,128],
"manufacturer": {
"vendor":"mindmotion",
"homepage": "http://www.mindmotion.com.cn/"
},
"url":"http://www.SoC.xin/MM32F031",
"repo":"https://github.com/SoCXin/MM32F031",
"version":"1.0.0",
"Core": {
"num": 1,
"architecture":"Cortex M0",
"Freq":[8,72]
},
"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,
"SWD": true,
"speed": 115200
}
}