Skip to content

Commit

Permalink
Add memory bank config
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Aug 26, 2024
1 parent d8725eb commit 188e2ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions targets/targets.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3707,10 +3707,13 @@
"ARDUINO_GIGA_CM7": {
inherits: ["ARDUINO_GIGA"],
"core": "Cortex-M7FD",
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x100000",
"mbed_ram_start": "0x24000000",
"mbed_ram_size" : "0x80000",
"memory_bank_config": {
// Select flash bank 1
"IROM1": {
"start": 0x08000000,
"size": 0x100000
}
},
"extra_labels_add": [
"STM32H747xI_CM7"
],
Expand Down

0 comments on commit 188e2ca

Please sign in to comment.