| 
 
| CCS版本为5.4.0。使用中遇到这么几个问题 
 1. 已有一个名为Demo的Project,能够正常打开和编译。将Demo复制一份,命名为Demo1,与Demo存放在同一路径下。
 
 结果发现“Import CCS Eclipse Project”时,提示“Some projects cannot be imported because they already exist in the workspace”
 
 无法将其在“Project Explorer”中打开。
 
 2. 在“TI Resource Explorer”中正常导入一个项目,比如“MSP430F55xx_WDT_01”;
 
 然后再从“TI Resource Explorer”中将其Delete;
 
 当我再次想将“MSP430F55xx_WDT_01”这个项目导入到“TI Resource Explorer”中时,提示错误信息如下:
 
 “Issue that may requir your attention were encountered while creating the project(s)”,
 
 “Detail”显示为“An Eclipse project already exists at location 'C\.......'”,为什么会这样呢??
 
 
 
 | 
 |