-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
49 lines (49 loc) · 1.04 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
{
"type":"MCU",
"name":"HPM5300",
"title": "Raspberry Pi MCU HPM5300",
"description":"Raspberry Pi RISC-V MCU",
"version":"1.1.0",
"Core": {
"num": 1,
"type":"RISC-V",
"Freq": 360,
"DMIPS": 1.98,
"CoreMark": 3.57
},
"manufacturer": {
"vendor":"hpmicro",
"homepage": "https://www.hpmicro.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/HPM5300.git"
},
"series":["HPM5300"],
"package":["QFN60","QFN80"],
"peripheral": ["USB-HS","UART","I2C","RTC","SPI","PWM"],
"price":[2,6],
"PWR": {
"VDD": [2800,5000],
"Ivdd": 3.5,
"LDO": [5000,3300],
"rate": 1024
},
"EMC": {
"EFT": 2000,
"ESD": 4000
},
"upload": {
"ISP": true,
"IAP": true,
"SWD": true,
"speed": 115200
},
"keywords": [
"RISC-V",
"hpmicro",
"HPM5300",
"USB-HS","UART","I2C","RTC","SPI",
"3.6V","1.8V"
]
}