static RAM (.data) usage
[cortex-from-scratch] / link.ld
diff --git a/link.ld b/link.ld
index 00ce90e..903f1f5 100644 (file)
--- a/link.ld
+++ b/link.ld
@@ -1,6 +1,6 @@
 MEMORY
 {
-       FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
+       FLASH (xr) : ORIGIN = 0x00000000, LENGTH = 512K
        SRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
 }