Skip to content

Commit 9320526

Browse files
committed
SAML21 linker file RAM section is called 'ram' not 'RAM'
1 parent 1bde5e0 commit 9320526

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAML21J18A/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAML21J18A/device/TOOLCHAIN_GCC_ARM/saml21j18a.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ MEMORY {
119119

120120
/* Set stack top to end of RAM, and stack limit move down by
121121
* size of stack_dummy section */
122-
__StackTop = ORIGIN(RAM) + LENGTH(RAM);
122+
__StackTop = ORIGIN(ram) + LENGTH(ram);
123123
__StackLimit = __StackTop - STACK_SIZE;
124124

125125
. = ALIGN(8);

0 commit comments

Comments
 (0)