-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
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
{
"name":"MM32SPIN05",
"series":["MM32SPIN05","MM32SPIN06"],
"type":"MCU",
"Core":"Cortex-M0",
"Freq":72,
"Level":2,
"description":"MindMotion ARM Cortex M0 motor MCU",
"peripheral": ["TIM","ADC","UART","SPI","I2C","PWM","COMP","DMA"],
"encryption": ["UID"],
"package":["QFN32","QFN20","TSSOP20","LQFP32","LQFP48"],
"SRAM":4,
"Flash":32,
"GPIO":[16,39,16],
"TIM": {
"resolution":[16,32,16,16,16,16],
"systick": 24,
"WWDG": true,
"IWDG": true
},
"UART": {
"num": 2,
"mark":1,
"FIFO": 16,
"ISO7816": 1,
"more":["BUAD","LIN","IrDA"]
},
"COMP": {
"num": 2,
"mark":1
},
"ADC": {
"num": 1,
"channel": 13,
"resolution": 12,
"MSPS": 1
},
"DMA": {
"num": 5,
"peripheral": ["TIM","ADC","UART","SPI","I2C"],
"resolution": 12,
"MSPS": 1
},
"I2C": {
"num": 1,
"slave": true,
"master": true
},
"PWM": {
"num": 2,
"resolution": 8,
"rate": 256
},
"PWR": {
"VDD": [2000,5500],
"PVD": [1820,1810],
"IDD": [2.21,14.31],
"Imax": 120,
"rate": 1024
},
"CLK": {
"HSE": [2000,24000],
"HSI": [48000,72000],
"LSI": [31,75]
},
"EMC": {
"HSE": [2000,24000],
"ESD": [31,75]
},
"upload": {
"IAP": true,
"SWD": true,
"speed": 115200
},
"vendor":"MindMotion",
"url":"http://www.SoC.xin/MM32SPIN05",
"repo":"https://github.com/SoCXin/MM32SPIN05",
"homepage": "http://www.mindmotion.com.cn/",
"version":"1.0.0"
}