This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

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: 0xfa8
error #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

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