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 eed920e commit 1c6a340Copy full SHA for 1c6a340
targets/targets.json
@@ -3217,6 +3217,8 @@
3217
],
3218
"mbed_rom_start": "0x08000000",
3219
"mbed_rom_size" : "0x200000",
3220
+ "mbed_ram_start": "0x24000000",
3221
+ "mbed_ram_size" : "0x80000",
3222
"config": {
3223
"d11_configuration": {
3224
"help": "Value: PA_7 for the default board configuration, PB_5 in case of solder bridge update (SB121 off/ SB122 on)",
@@ -3268,6 +3270,8 @@
3268
3270
"core": "Cortex-M7FD",
3269
3271
3272
3273
3274
3275
"extra_labels_add": [
3276
"STM32H7",
3277
"STM32H743xI"
0 commit comments