diff --git a/bsp/sam7x/sam7x_rom.ld b/bsp/sam7x/sam7x_rom.ld index 2ceb8ee9e10bd0cfb121b940cdd0e4182a1f3106..a677e2ebaa9559842b367aed47b24e5eac74048f 100644 --- a/bsp/sam7x/sam7x_rom.ld +++ b/bsp/sam7x/sam7x_rom.ld @@ -4,7 +4,7 @@ MEMORY { CODE (rx) : ORIGIN = 0x00100000, LENGTH = 0x00040000 /* DATA (rw) : ORIGIN = 0x00200000, LENGTH = 0x00010000 */ - DATA (rw) : ORIGIN = 0x00204000, LENGTH = 0x0000C000 + DATA (rw) : ORIGIN = 0x00203000, LENGTH = 0x0000D000 } ENTRY(_start) SECTIONS