diff --git a/sd-bootloader-ng/bootmanager/bootmgr.debug.ld b/sd-bootloader-ng/bootmanager/bootmgr.debug.ld index d3e15dbb..c9423b25 100755 --- a/sd-bootloader-ng/bootmanager/bootmgr.debug.ld +++ b/sd-bootloader-ng/bootmanager/bootmgr.debug.ld @@ -42,7 +42,7 @@ HEAP_SIZE = 0x00000200; MEMORY { /*SRAM (rwx) : ORIGIN = 0x20038000, LENGTH = 0x8000*/ - SRAM (rwx) : ORIGIN = 0x20034000, LENGTH = 0x12000 + SRAM (rwx) : ORIGIN = 0x20034000, LENGTH = 0xC000 APPTARGET (rwx) : ORIGIN = 0x20004000, LENGTH = 0x30000 SRAM2 (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000 }