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.

[参考译文] MSP430F5342:无效的项目路径

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1197854/msp430f5342-invalid-project-path

器件型号:MSP430F5342

我有一个较旧的项目。   

要求使用 CCS 7.4.0.00015

编译时会出现警告"Invalid project path:Include path not found (C:\ti\ccsv7\ccs_base\msp430\driverlib\MSP430F5xx_6xx)"。

此目录不存在,找不到要使用的文件夹

就是这样  

C:\ti\ccsv7\ccs_base\msp430\lib\

C:\ti\ccsv7\ccs_base\msp430\include_gcc

C:\ti\ccsv7\ccs_base\msp430\include

如何解决此问题?

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

    您好、Jim、

    我对您的另一篇帖子进行了回复、但我要在此补充一点、如果您想使用 MSP430 driverlib、您可以在以下位置下载: https://www.ti.com/tool/MSPDRIVERLIB

    如果您想这么做、您可以将内容放置在 ccs_base\msp430\文件夹中。 或者只需将其解压到 C:\ti 文件夹并在此处重定向您的项目路径。  

    此致、
    Brandon Fisher

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

    太棒了。 谢谢!