X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fbootloader%2Fbootloader.ld;h=55b605750956013061153ecfbba244349ea1b358;hb=7204b4504475d3b1d26e26ad4b608127946d34fd;hp=84b4387469e6177cf8de4ac0b015ed7548e1632a;hpb=4d0724500974e7cef3d39a921265c64428cafe2e;p=gps-watch.git diff --git a/src/bootloader/bootloader.ld b/src/bootloader/bootloader.ld index 84b4387..55b6057 100644 --- a/src/bootloader/bootloader.ld +++ b/src/bootloader/bootloader.ld @@ -7,8 +7,11 @@ /* Linker script to configure memory regions. */ MEMORY { - FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000 /* 256k */ - RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x08000 /* 32k */ + FLASH (rx) + : ORIGIN = 0x00008000, LENGTH = 0x38000 + + RAM (rwx) + : ORIGIN = 0x1fffe000, LENGTH = 0x08000 } /* Library configurations */