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.

Automation Error in Code Composer Studio

Hi,

We're accessing CCS scripting 3.1 utility from our application and we have installed the following software’s on WindowsXP platform

1. UA-SCRIPTING_1.5.EXE

2. CCSVer3_1

At present, we are facing the following COM exception.

COMException was caught:

“Exception caught during BreakpointSetAddress : Automation Error in Code Composer Studio"

 Note: It was thrown after executing the application for 2-4 hours.

Error Code: 0x80040200

Please let me know about the resolution for this issue.

Thanks,

KB

  • Hello,

    It is difficult to provide any useful suggestions without a fully reproducible test case. All the error says is that CCS tried to set a breakpoint and it failed. It does not help that you are using a very old (and unsupported) version of CCS with the similarly old (and unsupported) CCS Scripting Utility, which was quite limited in diagnostics reporting and exception handling. DSS (the latest scripting utility based on later CCS versions) is better at both.Sorry

    ki