Skip to content

Commit 7b516cb

Browse files
author
Janne Kiiskila
committed
DISCO_H747I - MBED_ROM & device name definition
Compilation of bootloader requires these parameters.
1 parent 2ba0cec commit 7b516cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,8 @@
33163316
"inherits": ["FAMILY_STM32"],
33173317
"core": "Cortex-M7FD",
33183318
"components_add": ["FLASHIAP"],
3319+
"mbed_rom_start": "0x08000000",
3320+
"mbed_rom_size" : "0x100000",
33193321
"extra_labels_add": [
33203322
"STM32H7",
33213323
"STM32H747xI",
@@ -3349,6 +3351,7 @@
33493351
"MPU"
33503352
],
33513353
"release_versions": ["2", "5"],
3354+
"device_name": "STM32H747AGIx",
33523355
"bootloader_supported": true
33533356
},
33543357
"DISCO_H747I_CM4": {

0 commit comments

Comments
 (0)