Skip to content

Commit 86eb516

Browse files
Janne Kiiskilajeromecoutant
authored andcommitted
DISCO_H747I - MBED_ROM & device name definition
Compilation of bootloader requires these parameters.
1 parent 3636b73 commit 86eb516

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
@@ -3318,6 +3318,8 @@
33183318
"inherits": ["FAMILY_STM32"],
33193319
"core": "Cortex-M7FD",
33203320
"components_add": ["FLASHIAP"],
3321+
"mbed_rom_start": "0x08000000",
3322+
"mbed_rom_size" : "0x100000",
33213323
"extra_labels_add": [
33223324
"STM32H7",
33233325
"STM32H747xI",
@@ -3355,6 +3357,7 @@
33553357
"MPU"
33563358
],
33573359
"release_versions": ["2", "5"],
3360+
"device_name": "STM32H747AGIx",
33583361
"bootloader_supported": true
33593362
},
33603363
"DISCO_H747I_CM4": {

0 commit comments

Comments
 (0)