Skip to content

Commit f2a3954

Browse files
committed
Update slot start address in linker scripts according to default multi image policy
1 parent 7d1a8cb commit f2a3954

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/device/COMPONENT_CM4/TOOLCHAIN_ARM/cyb06xxa_cm4.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
;******************************************************************************/
4444

4545
#if !defined(MBED_ROM_START)
46-
#define MBED_ROM_START 0x10000000
46+
#define MBED_ROM_START 0x100E0000
4747
#endif
4848

4949
;* MBED_APP_START is being used by the bootloader build script and

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/device/COMPONENT_CM4/TOOLCHAIN_GCC_ARM/cyb06xxa_cm4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GROUP(-lgcc -lc -lnosys)
4141
ENTRY(Reset_Handler)
4242

4343
#if !defined(MBED_ROM_START)
44-
#define MBED_ROM_START 0x10000000
44+
#define MBED_ROM_START 0x100E0000
4545
#endif
4646

4747
/* MBED_APP_START is being used by the bootloader build script and

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/device/COMPONENT_CM4/TOOLCHAIN_IAR/cyb06xxa_cm4.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
define symbol __ICFEDIT_intvec_start__ = 0x00000000;
4343

4444
if (!isdefinedsymbol(MBED_ROM_START)) {
45-
define symbol MBED_ROM_START = 0x10000000;
45+
define symbol MBED_ROM_START = 0x100E0000;
4646
}
4747

4848
/* MBED_APP_START is being used by the bootloader build script and

0 commit comments

Comments
 (0)