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.

[参考译文] CCS/TMS570LS1224:CAN't 在具有 CCS 7的 TMS57012 Launchpad 电路板上加载程序

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/617427/ccs-tms570ls1224-can-t-load-program-on-tms57012-launchpad-board-with-ccs-7

器件型号:TMS570LS1224

工具/软件:Code Composer Studio

我有 TMS570LS1224 Launchpad 板。 我已经使用 CCS 7.2使用 GCC 编译器(v6.3.1 Linaro)编译了一个 C 程序。 程序编译和链接正常。 当我尝试将其加载到器件中时、我收到一条消息、表示它无法加载文件、因为该文件与目标字节序不匹配。  

在项目属性中、在"CSS General"页面上、我将目标处理器设置为 TMS570LS1224、并将"器件字节序"设置为 BE32。  

我还应该在其他地方设置字节序吗?

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

    您好 Jerry、

    CCS 附带的 GCC 编译器仅支持 LE 格式、与 TMS570器件不兼容。