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.

使用CLA应用时,将官方例程添加到我的项目里,把F28035.cmd更换为官方的F28035_CLA_C.cmd,编译显示F28035_CLA_C.cmd报错



使用CLA应用时,将官方例程添加到我的项目里,把F28035.cmd更换为官方的F28035_CLA_C.cmd,编译显示F28035_CLA_C.cmd报错:

1、<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a>  program will not fit into available memory.  placement with alignment/blocking fails for section ".text" size 0x2b0a page 0.  Available memory ranges:

2、<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a>  program will not fit into available memory.  run placement with alignment/blocking fails for section ".cio" size 0x120 page 1.  Available memory ranges:

3、<a href="http://processors.wiki.ti.com/index.php/Compiler/diagnostic_messages/10099">#10099-D</a>  program will not fit into available memory.  run placement with alignment/blocking fails for section ".esysmem" size 0x200 page 1.  Available memory ranges:

官方cmd文件,不知道错误的原因是什么?