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: Window crashes after connecting debugger

Tool/software: Code Composer Studio

i am using Code composer 5.4 on windows 7. Since the project was build on old version, i continue with the same.

Now recently whenever i try to connect debugger (XDS100v2), my OS crashes and blue screen comes with memory dump.

I tried re-installing CCS5.4 and try to connect to target with XDS, but the same problem persist.

  • Hi,

    Blue screen usually indicates a severe memory leak and unhandled exception at a very low level - i.e., a problem originated on the Windows low level device driver itself.

    I would remove and reinstall the device drivers according to the procedure shown in the section Troubleshooting of the XDS100 page at:

    https://processors.wiki.ti.com/index.php/XDS100

    Apart from this, I would double-check any specific issues with the system itself such as different USB ports, recent updates applied, antivirus and/or anti spyware software, or even test on a completely different system to try to isolate the source of the problem.

    I will try to think about additional details and report back in case I find anything relevant. 

    Regards,

    Rafael

  • Thanks Rafael,

    Issue was due to Windows Security update. After removing the update it is working fine.

    Regards,

    Vasim