-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
50 lines (50 loc) · 1.17 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":"MCU",
"name":"STM32G071",
"title": "ST STM32G071",
"description":"ST Cortex-M0 MCU",
"version":"1.0.0",
"Core": {
"num": 1,
"type":"Cortex-M0",
"Freq": 64,
"DMIPS": 100,
"CoreMark": 160
},
"manufacturer": {
"vendor":"ST",
"homepage": "https://www.st.com.cn/zh/microcontrollers-microprocessors/stm32g071gb.html"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/STM32G071.git"
},
"series":["STM32G071","STM32G081"],
"package":["QFN28","QFN32","QFN48"],
"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": [
"STM32",
"Cortex-M0",
"ST",
"STM32G071",
"USB","ADC","USART","I2C","RTC","SPI",
"3.6V","1.7V"
]
}