Skip to content

Commit c4bda55

Browse files
committed
[M2351] Override CMSIS ROM/RAM spec in targets.json
Old M2351 CMSIS pack reports single secure ROM/RAM spec. It is updated in new version which reports secure/non-secure ROM/RAM spec. Override this memory spec in targets.json regardless of CMSIS.
1 parent 14775cb commit c4bda55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

targets/targets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7791,7 +7791,11 @@
77917791
"release_versions": ["5"],
77927792
"device_name": "M2351KIAAEES",
77937793
"bootloader_supported": true,
7794-
"tickless-from-us-ticker": true
7794+
"tickless-from-us-ticker": true,
7795+
"mbed_rom_start" : "0x10040000",
7796+
"mbed_rom_size" : "0x40000",
7797+
"mbed_ram_start" : "0x30008000",
7798+
"mbed_ram_size" : "0x10000"
77957799
},
77967800
"TMPM3H6": {
77977801
"inherits": ["Target"],

0 commit comments

Comments
 (0)