We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3636b73 commit 86eb516Copy full SHA for 86eb516
targets/targets.json
@@ -3318,6 +3318,8 @@
3318
"inherits": ["FAMILY_STM32"],
3319
"core": "Cortex-M7FD",
3320
"components_add": ["FLASHIAP"],
3321
+ "mbed_rom_start": "0x08000000",
3322
+ "mbed_rom_size" : "0x100000",
3323
"extra_labels_add": [
3324
"STM32H7",
3325
"STM32H747xI",
@@ -3355,6 +3357,7 @@
3355
3357
"MPU"
3356
3358
],
3359
"release_versions": ["2", "5"],
3360
+ "device_name": "STM32H747AGIx",
3361
"bootloader_supported": true
3362
},
3363
"DISCO_H747I_CM4": {
0 commit comments