Skip to content

Commit 1c6a340

Browse files
author
Janne Kiiskila
committed
DISCO_H743ZI/ZI2 - mbed_ram_start/size
Adding the RAM definitions per request of Jerome Coutant.
1 parent eed920e commit 1c6a340

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/targets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3217,6 +3217,8 @@
32173217
],
32183218
"mbed_rom_start": "0x08000000",
32193219
"mbed_rom_size" : "0x200000",
3220+
"mbed_ram_start": "0x24000000",
3221+
"mbed_ram_size" : "0x80000",
32203222
"config": {
32213223
"d11_configuration": {
32223224
"help": "Value: PA_7 for the default board configuration, PB_5 in case of solder bridge update (SB121 off/ SB122 on)",
@@ -3268,6 +3270,8 @@
32683270
"core": "Cortex-M7FD",
32693271
"mbed_rom_start": "0x08000000",
32703272
"mbed_rom_size" : "0x200000",
3273+
"mbed_ram_start": "0x24000000",
3274+
"mbed_ram_size" : "0x80000",
32713275
"extra_labels_add": [
32723276
"STM32H7",
32733277
"STM32H743xI"

0 commit comments

Comments
 (0)