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.

[参考译文] TMS320F28386S:组件文件的角色

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1185110/tms320f28386s-role-of-assy-file

器件型号:TMS320F28386S

我导入了示例 repo flash_kernel_C28x_dual_ex1_c28x1。 其中是一个名为 f2838x_codestartbranch_cpu1.asm 的文件、它列在 linkinfo.xml 文件和 cmd 文件中。

为什么所有的更正中都没有类似的文件?

我要求的原因是、我要为另一个工程制作此 repo 的副本、并且我要删除大多数文件。 我认为我不需要这个文件、但是没有这个文件、工程也不会编译。

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

    John、  

    f2838x_codestartbranch_cpu1.asm 包含代码的入口点函数。 当您加载并开始执行代码时、它将从此汇编文件中的"code_start"标签开始执行。   所有示例项目都包含此汇编文件- f2838x_codestartbranch.asm。   名称可能不同、但具有相同的功能。

    此致

    Siddharth