[quote user="Ras Sharif"]
I use The CCS v5.
I don't change any thing ( I don't know where is the GEL file ).
[/quote]
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.
[quote user="Ras Sharif"]
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!
[/quote]
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?