You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8C62XX/TARGET_MCU_PSOC6_M4/device/TOOLCHAIN_ARM_STD/cy8c6xx7_cm4_dual.sct
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@
46
46
#define MBED_ROM_START 0x10002000
47
47
#endif
48
48
49
+
;* MBED_APP_START is being used by the bootloader build script and
50
+
;* will be calculate by the system. Without bootloader the MBED_APP_START
51
+
;* is equal to MBED_ROM_START
52
+
;*
49
53
#if !defined(MBED_APP_START)
50
54
#define MBED_APP_START MBED_ROM_START
51
55
#endif
@@ -54,6 +58,10 @@
54
58
#define MBED_ROM_SIZE 0x000FE000
55
59
#endif
56
60
61
+
;* MBED_APP_SIZE is being used by the bootloader build script and
62
+
;* will be calculate by the system. Without bootloader the MBED_APP_SIZE
Copy file name to clipboardExpand all lines: targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8C62XX/TARGET_MCU_PSOC6_M4/device/TOOLCHAIN_GCC_ARM/cy8c6xx7_cm4_dual.ld
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ ENTRY(Reset_Handler)
44
44
#define MBED_ROM_START 0x10002000
45
45
#endif
46
46
47
+
/* MBED_APP_START is being used by the bootloader build script and
48
+
* will be calculate by the system. Without bootloader the MBED_APP_START
49
+
* is equal to MBED_ROM_START
50
+
*/
47
51
#if !defined(MBED_APP_START)
48
52
#define MBED_APP_START MBED_ROM_START
49
53
#endif
@@ -52,6 +56,10 @@ ENTRY(Reset_Handler)
52
56
#define MBED_ROM_SIZE 0x000FE000
53
57
#endif
54
58
59
+
/* MBED_APP_SIZE is being used by the bootloader build script and
60
+
* will be calculate by the system. Without bootloader the MBED_APP_SIZE
Copy file name to clipboardExpand all lines: targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8C62XX/TARGET_MCU_PSOC6_M4/device/TOOLCHAIN_IAR/cy8c6xx7_cm4_dual.icf
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ if (!isdefinedsymbol(MBED_ROM_START)) {
45
45
define symbol MBED_ROM_START = 0x10002000;
46
46
}
47
47
48
+
/* MBED_APP_START is being used by the bootloader build script and
49
+
* will be calculate by the system. Without bootloader the MBED_APP_START
50
+
* is equal to MBED_ROM_START
51
+
*/
48
52
if (!isdefinedsymbol(MBED_APP_START)) {
49
53
define symbol MBED_APP_START = MBED_ROM_START;
50
54
}
@@ -53,6 +57,10 @@ if (!isdefinedsymbol(MBED_ROM_SIZE)) {
53
57
define symbol MBED_ROM_SIZE = 0x000FE000;
54
58
}
55
59
60
+
/* MBED_APP_SIZE is being used by the bootloader build script and
61
+
* will be calculate by the system. Without bootloader the MBED_APP_SIZE
0 commit comments