28377D,CCS10,自己写的工程,使用官方的 2837xD_RAM_lnk_cpu1.cmd,build project成功;但是使用官方的 2837xD_FLASH_lnk_cpu1 编译失败,报错信息:
"../2837xD_FLASH_lnk_cpu1.cmd", line 78: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".cinit" size 0x21page 0. Available memory ranges:
FLASHB size: 0x2000 unused: 0x0 max hole: 0x0
这是内存不够的意思吗,怎么改?不是很懂cmd文件的语法和含义。
另外,这是自己设计的板,利用EMIF1, 外接了两块FLASH和一块SRAM,不知道有没有关系。