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 v3.3 is not working properly

Other Parts Discussed in Thread: CCSTUDIO

I installed ccs v3.3 on window7 machine 

I had not problem to running ccs v3.3 on another windows7 machine 

but I have installed ccs  v 3.3 on the new PC 

although installation process has some error, it doesn't care. because it working properly on another PC 

I ran ccs studio( {CCS install folder}\cc\bin\cc_app.exe) but it not appear any windows for ccs studio.

I could not see any error message. it is just not appeared ccs studio window. 

when I run cc_setup.exe (Setup CCStudio) , I could meet CCS studio window through the menu of Setup CCStuio windows 'file->start code composer studio'

I don't know what happen for my PC. what's wrong 

please give me help

  • You could try running cc_app.exe in compatibility mode for Windows XP.  However even with that for some people it just won't run on Win 7.

    Since the workaround of using cc_setup to launch CCS works you could create a shortcut like the one below.  This uses cc_setup to load a specific target configuration and then launches CCS with a specific workspace.

    CC_setup.exe –i ”config.ccs” –startCCS workspace.wks

    Regards,

    John

  • Hi, John 

    I followed your instruction and then ccs works fine in Windows XP compatibility mode.

    Thank you