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.

[参考译文] TMS320F28379S:类型#10247-D、创建输出段"AdcaResultFile"不带段规范

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1108759/tms320f28379s-type-10247-d-creating-output-section-adcaresultfile-without-a-sections-specification

器件型号:TMS320F28379S
主题中讨论的其他器件:C2000WARE

我在代码中遇到这些警告。 我必须使用 ADC、因此它们不起作用。 我尝试过不同的 cmd 链接器文件、但没有任何文件可以解决此问题。 有人可以提供帮助吗?

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

    我认为、缺少一些库和命令链接器文件来支持 C2000Ware 中的段。

    如果您使用的是基于 driverlib 的代码、请确保链接器选项中的文件搜索路径(右键单击项目并选择属性)如下所示:

    如果您使用基于位域的示例、则应如下所示:

    最棒的

    Matthew