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.
After installation I don't think there will be any projects which can be imported into CCS. Depending upon the type of example:Mike Dannhardt said:I do not see any of the examples.
1) For peripheral driver examples that are provided in Platform Development kit (PDK), please refer to PDK_Example_and_Test_Project_Creation for generating CCS project for driver examples supported in the SDK. After creating the PDK projects, they can be imported into CCS.
2) For the Processor SDK examples there are make files which have to be run individually, and the .out files then downloaded in the CCS debugger. E.g. see http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Image_Processing_Demo#K2H_EVM for how to build the Image Processing Demo for the K2H, and http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_Image_Processing_Demo#K2H_EVM_2 for how to run the demo.