Skip to content

Commit 368c28f

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

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

boards/nucleo_h7a3zi_q.json

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

0 commit comments

Comments
 (0)