Skip to content

Commit a1a2fec

Browse files
committed
[LPC4088]: Corrected RAM size in linker script (ARM_GCC)
1 parent 210cead commit a1a2fec

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC408X/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC408X/TOOLCHAIN_GCC_ARM/LPC4088.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MEMORY
55
{
66
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
7-
RAM (rwx) : ORIGIN = 0x100000E8, LENGTH = (32K - 0xE8)
7+
RAM (rwx) : ORIGIN = 0x100000E8, LENGTH = (64K - 0xE8)
88

99
USB_RAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
1010
ETH_RAM(rwx) : ORIGIN = 0x20004000, LENGTH = 16K

0 commit comments

Comments
 (0)