Skip to content

Commit e5d17c2

Browse files
committed
Add Nucleo H755ZI-Q board
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 368c28f commit e5d17c2

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

boards/nucleo_h755zi_q.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m7",
5+
"extra_flags": "-DSTM32H7xx -DSTM32H755xx",
6+
"f_cpu": "480000000L",
7+
"mcu": "stm32h755zit6",
8+
"product_line": "STM32H755xx",
9+
"zephyr": {
10+
"variant": "nucleo_h755zi_q_m7"
11+
}
12+
},
13+
"connectivity": [
14+
"can",
15+
"ethernet"
16+
],
17+
"debug": {
18+
"default_tools": [
19+
"stlink"
20+
],
21+
"jlink_device": "STM32H755ZI",
22+
"onboard_tools": [
23+
"stlink"
24+
],
25+
"openocd_board": "st_nucleo_h755zi",
26+
"openocd_target": "stm32h7x",
27+
"svd_path": "STM32H755_CM7.svd"
28+
},
29+
"frameworks": [
30+
"cmsis",
31+
"stm32cube",
32+
"zephyr"
33+
],
34+
"name": "ST Nucleo H755ZI-Q",
35+
"upload": {
36+
"maximum_ram_size": 524288,
37+
"maximum_size": 1048576,
38+
"protocol": "stlink",
39+
"protocols": [
40+
"jlink",
41+
"cmsis-dap",
42+
"stlink",
43+
"blackmagic",
44+
"mbed"
45+
]
46+
},
47+
"url": "https://www.st.com/en/evaluation-tools/nucleo-h755zi-q.html",
48+
"vendor": "ST"
49+
}

0 commit comments

Comments
 (0)