TI中文支持网
TI专业的中文技术问题搜集分享网站

cc1310 内存报错

报错信息:

<Linking>
"../cc13x0lp.cmd", line 108: error #10099-D: program will not fit into available memory. placement with alignment fails for section "flash_last_text" size 0x125c . Available memory ranges:
FLASH_LAST size: 0x1000 unused: 0xfa8 max hole: 0xfa8error #10010: errors encountered during linking; "collector_cc1310lp.out" not built

>> Compilation failure
makefile:220: recipe for target 'collector_cc1310lp.out' failed
gmake[1]: *** [collector_cc1310lp.out] Error 1
makefile:216: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

#define FLASH_BASE 0x00000000
#ifdef ONE_PAGE_NV
#define FLASH_SIZE 0x1E000
#define FLASH_NV_BASE 0x1E000
#define FLASH_NV_SIZE 0x1000
#else
#define FLASH_SIZE 0x1D000
#define FLASH_NV_BASE 0x1D000
#define FLASH_NV_SIZE 0x2000
#endif
#define FLASH_LAST_BASE 0x1F000
#define FLASH_LAST_SIZE 0x1000
#define RAM_BASE 0x20000000
#define RAM_SIZE 0x5000

请问如何解决这个问题,修改了好多次,都不能解决此问题

Viki Shi:

内存不足报错,编译后会生成map文件,根据该文件的内存使用情况进行修改

赞(0)
未经允许不得转载:TI中文支持网 » cc1310 内存报错
分享到: 更多 (0)