Skip to content

Commit 0681cb5

Browse files
authored
Add generic board definition for STM32H750VBT6 (#703)
1 parent e95ec5a commit 0681cb5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

boards/genericSTM32H750VBT6.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m7",
5+
"extra_flags": "-DSTM32H7xx -DSTM32H750xx",
6+
"f_cpu": "480000000L",
7+
"mcu": "stm32h750vbt6",
8+
"product_line": "STM32H750xx",
9+
"variant": "STM32H7xx/H742V(G-I)(H-T)_H743V(G-I)(H-T)_H750VBT_H753VI(H-T)"
10+
},
11+
"debug": {
12+
"jlink_device": "STM32H750VB",
13+
"openocd_target": "stm32h7x",
14+
"svd_path": "STM32H750.svd"
15+
},
16+
"frameworks": [
17+
"arduino",
18+
"cmsis",
19+
"stm32cube",
20+
"libopencm3"
21+
],
22+
"name": "STM32H750VBT6 (1024k RAM. 128k Flash)",
23+
"upload": {
24+
"maximum_ram_size": 1048576,
25+
"maximum_size": 131072,
26+
"protocol": "serial",
27+
"protocols": [
28+
"blackmagic",
29+
"dfu",
30+
"jlink",
31+
"serial",
32+
"stlink"
33+
]
34+
},
35+
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32h750vb.html",
36+
"vendor": "Generic"
37+
}

0 commit comments

Comments
 (0)