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.

[参考译文] TMS320F28035:TMS320F28035链接内存问题

Guru**** 2483085 points
Other Parts Discussed in Thread: TMS320F28035, C2000WARE

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1445195/tms320f28035-tms320f28035-linking-memory-problems

器件型号:TMS320F28035
Thread 中讨论的其他器件: C2000WARE

工具与软件:

我已将具有 MSP430F51的程序传输到微 TMS320F28035。

在遇到很多麻烦后、查看 F28035.cmd、我已阅读以添加以下内容:

DSP2803x_Headers_nonBIOS.cmd

现在程序链接正确、但此警告除外:

#10247-D 创建输出段"ramfuncs"而没有段规范 W2ZTX C/C++问题

要编译没有 erros 我必须评论这个:

#if __TI_Compiler_version__>= 15009000
.TI.ramfunc:{}load = FLASHD、
RUN = RAML0、
Load_start (_RamfuncsLoadStart)、
Load_End (_RamfuncsLoadEnd)、
RUN_START (_RamfuncsRunStart)、
页= 0
#else*/

在文件 F28035.cmd 中(或尝试更新版本)

同时,我发现: DSP2803x_Head541.pdf Files_Quickstart_Readme

我希望 它能在这方面提供一些信息。

是否有其他一些文献解释了 cmd 文件的逻辑、它的工作原理、以及 它所组成的多行的含义?

Enzo ternavasio - Dolag Geophysical - Italy