Skip to content

Commit 188e2ca

Browse files
Add memory bank config
1 parent d8725eb commit 188e2ca

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

targets/targets.json5

+7-4
Original file line numberDiff line numberDiff line change
@@ -3707,10 +3707,13 @@
37073707
"ARDUINO_GIGA_CM7": {
37083708
inherits: ["ARDUINO_GIGA"],
37093709
"core": "Cortex-M7FD",
3710-
"mbed_rom_start": "0x08000000",
3711-
"mbed_rom_size" : "0x100000",
3712-
"mbed_ram_start": "0x24000000",
3713-
"mbed_ram_size" : "0x80000",
3710+
"memory_bank_config": {
3711+
// Select flash bank 1
3712+
"IROM1": {
3713+
"start": 0x08000000,
3714+
"size": 0x100000
3715+
}
3716+
},
37143717
"extra_labels_add": [
37153718
"STM32H747xI_CM7"
37163719
],

0 commit comments

Comments
 (0)