We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945a52d + cb72db2 commit 49103d8Copy full SHA for 49103d8
targets/TARGET_NXP/TARGET_LPC15XX/device/TOOLCHAIN_GCC_ARM/LPC1549.ld
@@ -145,7 +145,7 @@ SECTIONS
145
146
/* Set stack top to end of RAM, and stack limit move down by
147
* size of stack_dummy section */
148
- __StackTop = ORIGIN(Ram0_16) + LENGTH(Ram0_16);
+ __StackTop = ORIGIN(Ram0_16) + LENGTH(Ram0_16) + LENGTH(Ram1_16) + LENGTH(Ram2_4);
149
__StackLimit = __StackTop - SIZEOF(.stack_dummy);
150
PROVIDE(__stack = __StackTop);
151
0 commit comments