Skip to content

Commit 9aa366c

Browse files
Fixed linker issue
Linker issue: Stack pointer = RAM starting address + Size of RAM = 0x20000000 + 0x4000
1 parent 0445b6a commit 9aa366c

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_TOSHIBA/TARGET_TMPM066/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_TOSHIBA/TARGET_TMPM066/device/TOOLCHAIN_ARM_STD/tmpm066fwug.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ LR_IROM1 0x00000000 0x20000
3838
.ANY (+RW, +ZI)
3939
}
4040

41-
ARM_LIB_STACK (0x200000C0+0x4000) EMPTY -Stack_Size { ; stack
41+
ARM_LIB_STACK (0x20000000+0x4000) EMPTY -Stack_Size { ; stack
4242
}
4343
}

0 commit comments

Comments
 (0)