Skip to content

Commit

Permalink
DISCO_H747I - set mbed_rom_start & size
Browse files Browse the repository at this point in the history
Manually put them in, since we do not have a way to update the
CMSIS packs (yet, details in pyocd/cmsis-pack-manager#121).
  • Loading branch information
Janne Kiiskila committed Oct 16, 2019
1 parent 0dbfeea commit 6591676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,8 @@
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M7FD",
"components_add": ["FLASHIAP"],
"mbed_rom_start": "0x08000000",
"mbed_rom_size" : "0x100000",
"extra_labels_add": [
"STM32H7",
"STM32H747xI",
Expand Down Expand Up @@ -3365,6 +3367,7 @@
"MPU"
],
"release_versions": ["2", "5"],
"device_name": "STM32H747XIH6",
"bootloader_supported": true
},
"DISCO_H747I_CM7": {
Expand Down

0 comments on commit 6591676

Please sign in to comment.