diff --git a/bsp/CME_M7/CME_M7.ld b/bsp/CME_M7/CME_M7.ld index b157040dd5888a796225702efea6b4354ad60257..2e82decb1d6fbaea40ca33c4ffd3a505ca0666e1 100644 --- a/bsp/CME_M7/CME_M7.ld +++ b/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 }