diff --git a/runners/embedded/ld/lpc55-memory-template.x b/runners/embedded/ld/lpc55-memory-template.x index a3659f2a..fa7b2a27 100644 --- a/runners/embedded/ld/lpc55-memory-template.x +++ b/runners/embedded/ld/lpc55-memory-template.x @@ -6,7 +6,7 @@ MEMORY FILESYSTEM : ORIGIN = 0x##FS_BASE##, LENGTH = ##FS_LENGTH##K /* for use with standard link.x */ - RAM : ORIGIN = 0x20000000, LENGTH = 256K + RAM : ORIGIN = 0x20000000, LENGTH = 272K /* would be used with proper link.x */ /* needs changes to r0 (initialization code) */