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 2ba0cec commit 7b516cbCopy full SHA for 7b516cb
targets/targets.json
@@ -3316,6 +3316,8 @@
3316
"inherits": ["FAMILY_STM32"],
3317
"core": "Cortex-M7FD",
3318
"components_add": ["FLASHIAP"],
3319
+ "mbed_rom_start": "0x08000000",
3320
+ "mbed_rom_size" : "0x100000",
3321
"extra_labels_add": [
3322
"STM32H7",
3323
"STM32H747xI",
@@ -3349,6 +3351,7 @@
3349
3351
"MPU"
3350
3352
],
3353
"release_versions": ["2", "5"],
3354
+ "device_name": "STM32H747AGIx",
3355
"bootloader_supported": true
3356
},
3357
"DISCO_H747I_CM4": {
0 commit comments