Răsfoiți Sursa

[CME_M7] update gcc linker script.

aozima 10 ani în urmă
părinte
comite
4c31c22802
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      bsp/CME_M7/CME_M7.ld

+ 3 - 3
bsp/CME_M7/CME_M7.ld

@@ -1,17 +1,17 @@
 /******************************************************************************
  *
- * nuc472_flash.ld - Linker configuration file for project.
+ * CME_M7.ld - Linker configuration file for project.
  *
  * Change Logs:
  * Date           Author       Notes
- * 2014-08-24     aozima       first implementation
+ * 2014-11-02     aozima       first implementation
  *
  *****************************************************************************/
 
 /* Program Entry, set to mark it as "used" and avoid gc */
 MEMORY
 {
-    FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 512K
+    FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K /* !!! real 128K, up to 256K for linker. */
     SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
 }