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: Code Composer Studio



Tool/software: Code Composer Studio

Hi  

I am Using the CCS Version: 7.2.0.00013 

whenever i am creating the header files and source file,I am not getting the suggestions.

and how to create user defined Header files and Source File in ccs..?

Thanks and Regards

Kartik Jagtap

  • Kartik,

    To create a new source or header file you can right click on your project and select New -> Source file or Header file

    Alternatively you can select your project in Project Explorer and then go to the File menu.

    Note that when you create a header file you also need to make sure that its location is part of the compiler include search path.

    You can add locations to the search path in the project properties here:

    Regards,

    John