-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.json
More file actions
37 lines (36 loc) · 802 Bytes
/
index.json
File metadata and controls
37 lines (36 loc) · 802 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":"SWM34S",
"title": "Synwit SWM34S MCU",
"description":"Synwit LCD MCU",
"Core": {
"CoreNum": 1,
"Core":"Cortex-M33",
"Fmax":150,
"DMIPS": 45,
"CoreMark": 100
},
"manufacturer": {
"vendor":"Synwit",
"homepage":"http://www.synwit.cn"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/SWM34S.git"
},
"version":"1.0.0",
"series":["SWM34S"],
"package":["LQFP48","LQFP64"],
"peripheral": ["ADC","SDRAM","USART","SPI","I2C"],
"temp": [-40,85],
"volt": [2.0,3.6],
"ESD": {
"HBM": 4000,
"CDM": 500
},
"keywords": [
"Cortex-M33",
"Synwit",
"ADC","SDRAM","I2C","SPI","USART"
]
}