-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
36 lines (36 loc) · 826 Bytes
/
index.json
File metadata and controls
36 lines (36 loc) · 826 Bytes
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
{
"type":"MCU",
"name":"HC32L110",
"title": "XHSC HC32L110 MCU",
"description":"XHSC Cortex-M0 LE MCU",
"Core": {
"CoreNum": 1,
"Core":"Cortex-M0",
"Fmax":32,
"DMIPS": 30,
"CoreMark": 68
},
"manufacturer": {
"vendor":"XHSC",
"homepage":"http://www.XHSC.com.cn"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/HC32L110.git"
},
"version":"1.0.0",
"series":["HC32L110"],
"package":["QFN20","TSSOP20","TSSOP16","CSP16"],
"peripheral": ["ADC","LPUSART","SPI","IIC"],
"temp": [-40,85],
"volt": [1.8,5.5],
"ESD": {
"HBM": 2000,
"CDM": 500
},
"keywords": [
"Cortex-M0",
"XHSC",
"DAC","ADC","I2C","LVD","SPI","LPUSART"
]
}