CCS4 可以和LaunchPad,F28027 连接很好。也可仿真。但CCS3.3是不是也可以啊?
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.
在launchPad的使用指南中,找到了关于CCS版本的说明
What versions of Code Composer Studio can be used to develop software for the C2000 LaunchPad?
It is highly recommend that novice users develop applications with Code Composer Studio v5. The drivers, examples, and other associated software are tailored to make the user experience as smooth as possible in Code Composer Studio v5. However, there is nothing to prevent a user from creating projects in Code Composer Studio v3 or v4 with the source files available in controlSUITE. Keep in mind that all the projects for the C2000 LaunchPad are Code Composer Studio v5 projects and will not import into Code Composer Studio v3 or v4. Only expert users should attempt to use the LaunchPad with Code Composer Studio v3 or v4.
意思是说,ccs5版本的工程无法导入到ccs3或者4中。
LaunchPad上的芯片是F280270,你就把它当成F28027来使用即可。
CCS3.3也可以连接,编译,但在下载的时候请注意F280270的Flash空间比F28027的小。你把CMD换成F280270的CMD就可以。