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.

C28xx GEL Error while executing OnTargetConnect() identifer not found ST1

Other Parts Discussed in Thread: TMDSDOCK28335, CONTROLSUITE

Dear All,

I encounter an error some times in loading my projects like bellow:

C28xx GEL Error while executing OnTargetConnect() identifer  not found ST1

when I load the control suite example projects the errpr be eliminated but when I load I-writed program Not.

there isn't an error previously!

I use the TMDSDOCK28335.

 

with best reagrds,

  • Hello,

    The error is coming from the startup GEL file. Most likely from the C28x_Mode() call in the f28335.gel file (which gets called from OnTargetConnect() if the device is not in real-time mode). Is the same GEL file being used in both cases?

    Also specify which exact version of CCS you are using.

    Thanks

    ki

  • Dear ki,

    I use The CCS v5.

    I don't change any thing ( I don't know where is the GEL file ).

    I load the example project and any thing is true, but when I load my program the error happens. Although previously there isn't an error with my program!

     

    regards,

    Ras

  • Ras Sharif said:

    I use The CCS v5.

    I don't change any thing ( I don't know where is the GEL file ).

    The Target Configuration file would have information on where the GEL file is located, if one is included.  The Target Configuration file is used to describe to CCS the JTAG path and configuration parameters for JTAG emulation.  If a GEL file is used, it would likely be described there.

    You can either open the .ccxml file in a text editor to see if the C28xx device has a reference to a GEL file, or open the Target Configuration file within CCS and click on the Advanced tab.  Then select the C28xx device in the "All Connections" window pane.  You will see the right side of the window populated with properties, one of which will be entitled "initialization script".  This is the GEL file, if populated.

    Ras Sharif said:

    I load the example project and any thing is true, but when I load my program the error happens. Although previously there isn't an error with my program!

    Just so that it is clear, when you mention a successful execution, you are referring to using a pre-existing example found in controlSUITE.  However, when you mention that an error occurs, it is with your own program that you created.  Is this correct?

  • Dear BrandonAzbell,

    I forced to re-install the CCS before your comment.

    Thank you for your contribution.

    Regards,

    Ras