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 v5 的使用 2



感谢Johnson Chen1对上次问题的醒目回答。我按照他的解答对研讨会中的例程2806xCLA编译时出现一个warnning:

Description     Resource Path Location  Type

This project was created using a version of compiler that is not currently installed: 6.0.1 [C2000]. Another version of the compiler will be used during build: 6.1.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.       2806xCLA             properties       TI Problem Marker

我在论坛中看到一个相似的帖子并根据根据自己的理解对我电脑中的CCS进行了update,还从TI官网下载并安装了compiler (版本为ti_cgt_c2000_6.1.0),但再次编译时还是显示同样的warnning。请问怎么做才能compiler成功?

问题二:

我在对这个例程debug时,

debug对话框中显示

TI XDS100v1 USB Emulator/C28xx(suspended-SW Breakpoint),它的子目录里有两行内容:

分别是main()at main.c45 0x00A996

和 _args_main() 0x00A965 (_args_main() has only skeletal debug info)

同时,console对话框中显示

CLA_0: Can't Run Target CPU: (Error -2060 @ 0x0) No task is currently active.  Cannot step while target is idle. (Emulation package 5.0.747.0)

C28xx: Error: (Error -150 @ 0x0) One of the FTDI driver functions used during configuration returned a invalid status or an error. (Emulation package 5.0.747.0)

CLA_0: Can't Run Target CPU: (Error -1 @ 0x0) Internal error: Invalid error code. Restart the application. If error persists, please report the error. (Emulation package 5.0.747.0)

CLA_0: Can't Run Target CPU: (Error -1 @ 0x0) Internal error: Invalid error code. Restart the application. If error persists, please report the error. (Emulation package 5.0.747.0)

CLA_0: Can't Run Target CPU: (Error -1 @ 0x0) Internal error: Invalid error code. Restart the application. If error persists, please report the error. (Emulation package 5.0.747.0)

这个情况该怎么处理。

问题三:我不明白compile和debug以后还做什么才算完成了实验。

 

问题四:

我在对2806xFPU例程进行compiler时出现了一个类似warnning:

Description     Resource Path Location  Type

This project was created using a version of compiler that is not currently installed: 6.0.2 [C2000]. Another version of the compiler will be used during build: 6.1.0. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.       2806xFPU             properties       TI Problem Marker

 

debug时也出现类似情况,FPU例程时开发板也是3脚接31脚吗,VCU呢

 

问题五:

套件中那6个写有AMP的小的黑的东西是用来干什么的,它们也可以插在那些脚上,但具体不明白怎么做。

谢谢

  • 问题一

    在工程的编译选项中选择6.1.0

    问题二

    换个USB口,重新安装驱动试试

    问题三

    得到想要的结果了,学到想学的了,例程和外设都熟悉,可以做项目了。就完成实验了

    问题四

    升级编译器吧,感觉您的CCS编译器版本是6.0.2的,要不重新安装最新版本的CCSv5.2

    问题五

    没见过这些AMP。。。

  • 你好,虽然这个帖子年代已久远,我还是想碰碰运气,我最近用CCS5.2调试28335时出现你描述的问题二,已经困扰几天了,始终得不到解决,你可以好好想想你当时是怎么解决这个问题的吗,非常谢谢!