Skip to content

Commit 6f35f4e

Browse files
Memory bank config for bootloader
1 parent 2d27653 commit 6f35f4e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

targets/targets.json5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,15 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
36633663
components_add: [
36643664
"QSPIF"
36653665
],
3666-
"image_url": "https://store-usa.arduino.cc/cdn/shop/products/ABX00063_00.default_643x483.jpg?v=1677493878"
3666+
"image_url": "https://store-usa.arduino.cc/cdn/shop/products/ABX00063_00.default_643x483.jpg?v=1677493878",
3667+
3668+
// Leave room for the Arduino bootloader
3669+
"memory_bank_config": {
3670+
"IROM1": {
3671+
start: 0x08020000,
3672+
size: 0x1E0000
3673+
}
3674+
}
36673675
},
36683676
"ARDUINO_GIGA_CM7": {
36693677
inherits: ["MCU_STM32H747xI_CM7", "ARDUINO_GIGA"],

0 commit comments

Comments
 (0)