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.

Code Composer Studio Scripting Utility

Other Parts Discussed in Thread: TMS320F2812

Hi,

 

I am using TMS320F2812 processor , Code composer version 3.1 and scripting utility 1.5. I am trying to automate tests using the scripting utility. Facing issues with the conditional breakpoints through manual or through automation. The API used for automation is GEL_BreakPtAdd(address, "Condition");. 

 

When i tried to set the conditional breakpoint through either ways i am facing following error

"Can't Set Breakpoint at 0x3e50aa: Error 0x00000008/-1076 Error during: Break Point,  Cannot set/verify breakpoint at 0x003E50AA   Sequence ID: 7 Error Code: -1076 Error Class: 0x00000008"

 

Please help

 

Thanks,

Omprasad.K 

  • Hello,

    omprasad krishnakumar said:
    Facing issues with the conditional breakpoints through manual or through automation

    How are you setting it manually? Via Beakpoint Manager in the GUI? Does setting a regular breakpoint at the same location succeed?

    Thanks

    ki

  • Hi,

     

    The Conditional breakpoints does not work when i try to set either through manually or through GEL_BreakPtAdd(address, "Condition") API. 

     

    Thanks,

    Omprasad.K 

  • Hello Ki,

    Thanks for your help with this issue. I'm Ravi and 'm from same team as Om. We are trying to resolve this issue.

    To your question, we have infact used setting the conditional breakpoints both through the Breakpoint Manager AND also through the GEL API. Either way, it throws the same error that OM had referred in the original post.

    Strangely, we are able to set a normal breakpoint (both through GUI and also through GEL API). I couldn't understand what is being very different with a conditional breakpoint.

    Could you please help us with this?

    Thanks a ton,

    Ravi