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: Scripting Console stuck in Initializing

Guru 10750 points


Tool/software: Code Composer Studio

HI,

I'm running Java script in the Scripting Console window, the JS stuck due to load processor issue but than I cant rerun the script as the Scripting Console is stuck, closing and reopen the window result in Initializing stuck the only thing that helps is closing and opening CCS, is there another way to solve the issue?

Many Thanks,

HR

  • HR,

    You can try hitting Ctrl Z in the scripting console. That will try to kill the scripting engine. However I don't think that is going to work in your case as if it is stuck loading the processor then it is stuck at a lower level and killing the scripting engine won't work.

    Regards,
    John