-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
32 lines (32 loc) · 965 Bytes
/
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
{
"type":"MCU",
"name":"STM32F411",
"title": "ST STM32F411 MCU",
"description":"ST Cortex-M4 MCU",
"Core": {
"num": 1,
"type":"Cortex-M4",
"Freq":100,
"DMIPS": 125,
"CoreMark": 339
},
"manufacturer": {
"vendor":"ST",
"homepage":"https://www.st.com/content/st_com/zh/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32h7-series/STM32F411-value-line.htm"
},
"repository": {
"type": "git",
"url": "https://github.com/SoCXin/STM32F411.git"
},
"version":"1.0.0",
"series":["STM32F411","STM32F215"],
"package":["LQFP176","LQFP144","LQFP100","LQFP64","LQFP176","WLCSP66","UFBGA176"],
"peripheral": ["ADC","UART","I2C","SPI","PWM"],
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"ADC","DAC","SDIO","CAN","I2C","RTC","SPI",
"3.6V","1.8V"
]
}