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.

CCS6.1中msp432官方例程报错

mspware添加的例程全部报错,两台电脑都这样,系统win10,CCS和mspware全部为最新的,重装CCS和mspware还是报错,但是自己新建的工程可以用,而通过CCS导入的例程,不管什么都会报错,而且全是找不到定义,而程序头文件都有的

  • 我在mspware选择Msp Classic只要删除了报错的最后两个文件就能用了,之前用的CMSIS就如上图我贴的图一样,应该是有些找不到定义,但是我觉得官方程序不至于这样

  • 好像所有例程中运用指针的都会报没有定义

  • 能否把错误截个图贴上来~

  • 图片作为附件一开始已经上传了,我换了以前的例程就能用,最新的例程编译不过,提示缺少定义
  • 需要安装额外的资源包,在帮助文件里有个,就是你开始的时候那个窗口。不过速度很慢。你懂得,天朝。

    另外Keil MDK也很好的支持这个432,而且速度很快。

    安装MDK后,在包管理器里面刷新后,找到432,从右边的窗口安装。

  • 更新CCS 如下:

    Step 1: Update IDE & software packages

    Code Composer Studio Desktop

    To update CCS Desktop with latest header file support package. Open up CCS and using the drop down menu go to "Help -> Check for Updates".

    CCS Check For Updates.png

    Make sure to choose "MSP432 Emulators" version "6.2.1.1" (or above) and progress through the installation by clicking "Next". Once CCS has installed and restarted you will have the new CMSIS-Core header files.

    CCS MSP432 Emulators Update.png

    Code Composer Studio Cloud

    As of CCS version 1.4 released on March 15th, the header file support package used in the CCS Cloud IDE supports the latest MSP432 CMSIS-Core header files. There is nothing needed for you to do to update the IDE, instead you need to perform the following steps to download your project and convert it.