Skip to content

Commit 53e7766

Browse files
authored
Enable Arduino support for Nucleo H753ZI (#748)
- Fixed RAM size value Resolves #762
1 parent 1464ee1 commit 53e7766

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boards/nucleo_h753zi.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H753xx",
66
"f_cpu": "400000000L",
77
"mcu": "stm32h753zit6",
8-
"product_line": "STM32H753xx"
8+
"product_line": "STM32H753xx",
9+
"variant": "STM32H7xx/H742Z(G-I)T_H743Z(G-I)T_H747A(G-I)I_H747I(G-I)T_H750ZBT_H753ZIT_H757AII_H757IIT"
910
},
1011
"connectivity": [
1112
"can",
@@ -23,13 +24,14 @@
2324
"svd_path": "STM32H753.svd"
2425
},
2526
"frameworks": [
27+
"arduino",
2628
"cmsis",
2729
"stm32cube",
2830
"zephyr"
2931
],
3032
"name": "ST Nucleo H753ZI",
3133
"upload": {
32-
"maximum_ram_size": 884736,
34+
"maximum_ram_size": 524288,
3335
"maximum_size": 2097152,
3436
"protocol": "stlink",
3537
"protocols": [

0 commit comments

Comments
 (0)