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.

[参考译文] MSP430FR2433:msp430fr2433

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1446362/msp430fr2433-msp430fr2433

器件型号:MSP430FR2433

工具与软件:

您好!

我在编译以下程序时遇到问题:

有人能告诉我为什么会发生这种情况吗? 它与文件保护有什么关系吗?

请检查我的代码的屏幕截图。 是否可以打开屏幕截图?

提前感谢!

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

    您似乎缺少链接器(.cmd)文件。 在工程中查找名为"lnk_msp430fr2433.cmd"的文件。

    CCS 通常会在您创建工程时提供此文件。 尝试创建一个新项目、并将您的.c 文件复制到其中。

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

    谢谢、它成功了