-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.json
50 lines (50 loc) · 1.09 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
{
"type":"SoC",
"name":"CH564",
"title": "WCH SoC CH564",
"description":"WCH RISC-V4J USBHS+PD+ETH SoC",
"version":"1.1.0",
"Core": {
"num": 1,
"type":"RISC-V4J",
"Freq": 40,
"DMIPS": 100,
"CoreMark": 160
},
"manufacturer": {
"vendor":"WCH",
"homepage": "http://www.wch.cn/products/CH564.html"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/CH564.git"
},
"series":["CH564L","CH564Q","CH564D"],
"package":["QFN26C","LQFP64M","LQFP128"],
"peripheral": ["TIM","ADC","USB","UART","SPI","LDO","PWM"],
"price":[4,8],
"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",
"RISC-V4J",
"WCH",
"CH564",
"USBHS","NFC","BLE","I2C","RTC","SPI",
"3.6V","1.8V"
]
}