Skip to content

Commit

Permalink
Enable Arduino support for Nucleo H753ZI (#748)
Browse files Browse the repository at this point in the history
- Fixed RAM size value

Resolves #762
  • Loading branch information
asukiaaa authored Jul 1, 2024
1 parent 1464ee1 commit 53e7766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions boards/nucleo_h753zi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"extra_flags": "-DSTM32H7 -DSTM32H7xx -DSTM32H753xx",
"f_cpu": "400000000L",
"mcu": "stm32h753zit6",
"product_line": "STM32H753xx"
"product_line": "STM32H753xx",
"variant": "STM32H7xx/H742Z(G-I)T_H743Z(G-I)T_H747A(G-I)I_H747I(G-I)T_H750ZBT_H753ZIT_H757AII_H757IIT"
},
"connectivity": [
"can",
Expand All @@ -23,13 +24,14 @@
"svd_path": "STM32H753.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"zephyr"
],
"name": "ST Nucleo H753ZI",
"upload": {
"maximum_ram_size": 884736,
"maximum_ram_size": 524288,
"maximum_size": 2097152,
"protocol": "stlink",
"protocols": [
Expand Down

0 comments on commit 53e7766

Please sign in to comment.