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.

TMS320F2800137: F 2800137内存分配问题

Part Number: TMS320F2800137

您好!

这边将TIDM02008 PFC示例代码迁移到F2800137上,出现内存不够的问题

错误提示图下:

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. placement with alignment/blocking fails for section ".text" size 0x329a page 0.  Available memory ranges: 280013x_generic_ram_lnk.cmd

Memory Allocation如下图:

CMD文件如下:

查阅了一下资料,说是全局把数组、变量使用过多,但是官方示例不容易改动。

请问一下这部份内存可以调整嘛?该如何调整?