implementation of interrupts, SysTick exception
[cortex-from-scratch] / link.ld
diff --git a/link.ld b/link.ld
index 096fb5d..d1a01dd 100644 (file)
--- a/link.ld
+++ b/link.ld
@@ -1,7 +1,7 @@
 /* 
  * MEMORY MAP
 {
-       FLASH (xr) : ORIGIN = 0x00000000, LENGTH = 512K
+       FLASH (xr) : ORIGIN = 0x08000000, LENGTH = 512K
        SRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
 } */