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.

TMS320F28069: 在CLA中定义几个长数组,build时提示存储空间不足。如何拓展CLA的数据存储空间呢?

Part Number: TMS320F28069

warning #10247-D: creating output section ".const_cla" without a SECTIONS specification
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 ".scratchpad" size 0x4b4page 1. Available memory ranges:
CLARAM0 size: 0x400 unused: 0x2c5 max hole: 0x2c5

以上时错误提示的具体内容。

  • 提示是.const_cla部分内存不足,你的.const_cla部分是怎么编写的?

    另外,CLA中尽量不要定义太大内存的数组,太占CLA内存了。