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.
1 parent 210cead commit a1a2fecCopy full SHA for a1a2fec
libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC408X/TOOLCHAIN_GCC_ARM/LPC4088.ld
@@ -4,7 +4,7 @@
4
MEMORY
5
{
6
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
7
- RAM (rwx) : ORIGIN = 0x100000E8, LENGTH = (32K - 0xE8)
+ RAM (rwx) : ORIGIN = 0x100000E8, LENGTH = (64K - 0xE8)
8
9
USB_RAM(rwx) : ORIGIN = 0x20000000, LENGTH = 16K
10
ETH_RAM(rwx) : ORIGIN = 0x20004000, LENGTH = 16K
0 commit comments