Other Parts Discussed in Thread: CCSTUDIO
I am trying to convert the CCS v3.3 porject to CCS v5.1; not just importing the project.
I was able to import the v3.3 project by "Project->Import Legacy CCSv3.3 Project " with some minor issues:
!TOOL: {0}
!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.0.exe.compilerDebug.622629410.423139925::-fb"C:\<path>\Firmware\<project>\Temp"
I was able to compile the porject under ccs v5.1 with no issues. However, this is not my end goal. I want to use all the new support code that is generated under ccs v5.1. I have noticed in ccs v3.3 project, all low-level chip driver code lives in the project. I would like to move away from this.
I am aware there is a post that talks about converting ccs v3.3 to ccs v4.
Is some where in the fourms or wiki that covers this?