Skip to content

Commit 6cd959c

Browse files
Add memory bank config
1 parent 6506ec4 commit 6cd959c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

targets/targets.json5

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,10 +3689,13 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
36893689
"ARDUINO_GIGA_CM7": {
36903690
inherits: ["ARDUINO_GIGA"],
36913691
"core": "Cortex-M7FD",
3692-
"mbed_rom_start": "0x08000000",
3693-
"mbed_rom_size" : "0x100000",
3694-
"mbed_ram_start": "0x24000000",
3695-
"mbed_ram_size" : "0x80000",
3692+
"memory_bank_config": {
3693+
// Select flash bank 1
3694+
"IROM1": {
3695+
"start": 0x08000000,
3696+
"size": 0x100000
3697+
}
3698+
},
36963699
"extra_labels_add": [
36973700
"STM32H747xI_CM7"
36983701
],

0 commit comments

Comments
 (0)