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.
Sometimes, just using the editor, no board connected, the code composer interface hangs. There is no error message. All other windows application still run. Just the code composer inteface does not answer any more to any clicking, typing or whatever.
This is most annoying since all unsaved editing is.. lost ;-(
This will happen every other day, and can happn several times within a few minutes. The only course of action is CTR-ALT-DEL, task manager and kill the code composer application.
I am using the latest code composer 3.3 : version yields 3.3.8213
(Note : I am working on a computer not connected to internet - I just provide this information since I suspect code composer trying to connect to internet and hanging expecing some kind of reply - just an idea. I do not really know about how to remove any reason to connect to internet from code composer )
Expect from this, all works fine.
Does anyone have a clue ?
Jeremie - Did you try Sergey's suggestion? You can disable it by renaming cwsense.dll in C:\CCStudio_v3.3\cc\bin
Also, instead of disabling codesense, you can try deleting the codesense cached files. See:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/34730/120983.aspx#120983
Thanks
ki
Seems to work. I have tried it for only a couple of days and have not suffered any crash.
Yet switching off codesense criples the editor of the facility of navigating from a variable to its type... A shame.
thanks a lot anyway
Yes, I agree that it is a shame that codesense in 3.3 is unreliable.
You can try and enable it again and just delete the *.CS_ folder. Sometimes the cause is corrupt cached data in there. That way you can still use the code sense features.
ki