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.

[参考译文] MSP430F5340:MSP430 hex 文件?

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1410259/msp430f5340-msp430-hex-file

器件型号:MSP430F5340

工具与软件:

我如何在 CCS 12.0中输出.hex 文件、而不是.out 文件。

我们不希望汇编器使用 CCS、而希望使用 MSP430闪存软件。

我找到了此应用、但没有关于如何在 CCS 6之外使用它的文档、并且 CCS 6指令根本不接近于 CCS 12中的菜单。

C:\ti\ccs1200\ccs\tools\compiler\ti-cgt-msp430_21.6.0.LTS \bin

hex430.exe

为什么二进制输出文件类型不能只是 CCS 菜单树中的一个简单复选框? 10年前、此 hex 文件输出选项似乎是此论坛上一直存在的问题!

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

    这是"Project Properties"中的一个选项。

    "Project"->"Properties"->"Build"

    然后转到 MSP430 Hex Utility 菜单以将其启用。

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

    我构建了一个新项目并仅导入了源代码。 现在我看到该菜单。

    THX