Skip to content

Commit a83dc21

Browse files
maclobdell0xc0170
authored andcommitted
fix rom start & size for psoc6 targets for 5.13
1 parent 29aa193 commit a83dc21

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

targets/targets.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8418,6 +8418,10 @@
84188418
"post_binary_hook": {
84198419
"function": "PSOC6Code.complete"
84208420
},
8421+
"bootloader_supported": true,
8422+
"mbed_rom_start": "0x10000000",
8423+
"mbed_rom_size": "0x100000",
8424+
"sectors": [[268435456, 512]],
84218425
"overrides": {
84228426
"network-default-interface-type": "WIFI"
84238427
},
@@ -8428,7 +8432,11 @@
84288432
"detect_code": ["1901"],
84298433
"post_binary_hook": {
84308434
"function": "PSOC6Code.complete"
8431-
}
8435+
},
8436+
"bootloader_supported": true,
8437+
"mbed_rom_start": "0x10000000",
8438+
"mbed_rom_size": "0x200000",
8439+
"sectors": [[268435456, 512]]
84328440
},
84338441
"CY8CKIT_062S2_43012": {
84348442
"inherits": ["CY8CMOD_062S2_43012"],

0 commit comments

Comments
 (0)