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.

I am having following message when I hit 'Identify'(see description)... Preventing DEBUG.

Other Parts Discussed in Thread: CODECOMPOSER


The message is.....

Cannot read System Setup data from XML file E:/Codecomposer/ccsv6/New folder/.tempFiles/testIdentify.ccxml
Could not open file "C:\Users\Leo\AppData\Local\TEXASI~1\CCS\CODECO~1\0\0\675669460.cache"

 

What I think.... gone wrong!!

I am working with  MSP-EXP430F5529 board in CCS. Initially, I had flashed example code for blinking led(p1.0). Since, code is flashed, the code was running for next start-up too(expected.).. Then, I had intention  to flash a new code OR to remove present code. Accordingly, with my ignorance, I hit CLEAN from RUN menu. Since then I am having above massage, and it is preventing Debugging any new code.

I am in a big hurry...!  Please help me out.... 

  • It is an odd message.

    I sometimes get an odd error message from identify if I already have a debug session running. Lets start by making sure that there are no active debug sessions.

    Click on "CCS Debug" in the top right corner. Should be "CCS Debug", "CCS Edit" and "CCS Simple" items on the toolbar at the right.

    Lets kill any active debug sessions by clicking on the red square on the toolbar. You want to kill the debug session when you are done and want to switch to a different program/project.

    Switch back to the Edit perspective by clicking on "CCS Edit" on the toolbar.

    Try importing another example, maybe one of the adc examples. Click on the bug button. This should build it, flash it and switch to the debug session. If that works then you should be good to go. If that doesn't work we may have to clean up some temporary files.


    Regards,
    John
  • Thank you sir, for your such fast responce... However, since there were no debugging sessions running.... your second option to delet temp. files worked as expected. Thanks again. Deleting cache files generated while any debug session, worked!! The cache files was located at address:
    "Users\<USER_NAME>\AppData\Local\Texas Instruments\CCS\Codecomposer\0"
    Thanks again.
    cheers