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.

Error while executing OnTargerConnect()

Other Parts Discussed in Thread: TMS320F28335

Good Morning.

I am a student at the University of "Mondragon Unibertsitatea". I'm doing my final project, and I need to connect the code composer studio to simulink. I want to connect TMS320F28335 Target. When I build the simulink model I get an error code composer.

 

GEL: Error while executing OnTargerConnect(): A valid control window is required to evaluate the function GEL watchAdd().


I need help, how can I solve  this problem?

 

Thank´s.

  • Hi Richard,

    It looks like there is a GEL function call to watchAdd() in your OnTargetConnect() gel files. I am guessing that you don't have the main window. aka control window, open when you tries to connect to the target. Look for the gel file that you use for your setup and comment out the watchAdd() call.

    Regards,
    Patrick