"../2837xD_RAM_CLA_lnk_cpu1.cmd", line 121: 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. run placement with alignment/blocking fails for section "Cla1ToCpuMsgRAM" size 0xc4page 1. Available memory ranges:
CLA1_MSGRAMLOW size: 0x80 unused: 0x80 max hole: 0x80
error #10010: errors encountered during linking; "f28377d_dsp01_cpu01.out" not built
在28377里加了CLA后,编译报上面的错误
CMD如下
CLA1_MSGRAMLOW : origin = 0x001480, length = 0x000080
CLA1_MSGRAMHIGH : origin = 0x001500, length = 0x000080
如果我把0x000080改大,又会报
"D:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/cmd/F2837xD_Headers_nonBIOS_cpu1.cmd", line 17: error #10264: CLA1 memory range overlaps existing memory range CLA1_MSGRAMLOW
这个CMD如下
CLA1 : origin = 0x00001400, length = 0x00000080
好像被限制了
遇到这样的问题,我究竟应该怎么改
谢谢