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.

CCs3.3 Problems with the code sensing function



Hello,

I have trouble with the code sensing function. Initially the code sensing function was working without any problems but now it does not work anymore.

However, if I open TI example files or older *.pjt files of the project I am working on, the function works fine. Sometime during programming the function stopped working, Code Sensing is enabled in Code Composer Studio and there are no compiling errors or warnings.

Is there any solution for this problem?

  • Try deleting the codesense directory for the project. Within the project folder there should be a <project name>.CS_ directory. Shutdown CCS, delete this directory and then start CCS again. The information will be regenerated when the project and source files are opened. Hopefully this will resolve the issue.

  • Check for a folder in your project directory that looks like projectname.CS_

    Delete this directory and CCS will have to regenerate the code sense database.  Sometimes it just gets corrupted.

    Regards,

    John