Skip to content

Commit e0bb373

Browse files
Add support for Nucleo H563ZI (#800)
Also added SVD files for H503, H562, H563, H573 Resolves #730
1 parent 9fb3df5 commit e0bb373

File tree

5 files changed

+1056414
-0
lines changed

5 files changed

+1056414
-0
lines changed

boards/nucleo_h563zi.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"build": {
3+
"core": "stm32",
4+
"cpu": "cortex-m33",
5+
"extra_flags": "-DSTM32H5 -DSTM32H5xx -DSTM32H563xx",
6+
"f_cpu": "250000000L",
7+
"mcu": "stm32h563zit6u",
8+
"product_line": "STM32H563xx",
9+
"variant": "STM32H5xx/H563Z(G-I)T_H573ZIT"
10+
},
11+
"connectivity": [
12+
"can",
13+
"ethernet"
14+
],
15+
"debug": {
16+
"jlink_device": "STM32H563ZI",
17+
"svd_path": "STM32H563.svd"
18+
},
19+
"frameworks": [
20+
"arduino",
21+
"zephyr"
22+
],
23+
"name": "ST Nucleo H563ZI",
24+
"upload": {
25+
"maximum_ram_size": 655360,
26+
"maximum_size": 2097152,
27+
"protocol": "mbed",
28+
"protocols": [
29+
"jlink",
30+
"mbed"
31+
]
32+
},
33+
"url": "https://www.st.com/en/evaluation-tools/nucleo-h563zi.html",
34+
"vendor": "ST"
35+
}

0 commit comments

Comments
 (0)