Skip to content

Commit 55f6c09

Browse files
Memory bank config for bootloader
1 parent 2e614d3 commit 55f6c09

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
@@ -3667,7 +3667,15 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
36673667
components_add: [
36683668
"QSPIF"
36693669
],
3670-
"image_url": "https://store-usa.arduino.cc/cdn/shop/products/ABX00063_00.default_643x483.jpg?v=1677493878"
3670+
"image_url": "https://store-usa.arduino.cc/cdn/shop/products/ABX00063_00.default_643x483.jpg?v=1677493878",
3671+
3672+
// Leave room for the Arduino bootloader
3673+
"memory_bank_config": {
3674+
"IROM1": {
3675+
start: 0x08020000,
3676+
size: 0x1E0000
3677+
}
3678+
}
36713679
},
36723680
"ARDUINO_GIGA_CM7": {
36733681
inherits: ["MCU_STM32H747xI_CM7", "ARDUINO_GIGA"],

0 commit comments

Comments
 (0)