I am currently using a TMS320R2812 (eZdspR2812) & XDS510USB JTAG together with Code Composer Studio v5, on Windows XP.
My problem is this:
When in Code Composer Studio, when I attempt to debug an empty main.c, I immediately get the error:
C28xx Error: GEL Error: identifier ST1 not found
I get this error three separate times: when OnReset(), OnRestart(), and OnTargetConnect() call C28x_ChangeMode() (all of this is in the r2812.gel that came packaged with CCSv5).
A similar case I came upon involved setting the appropriate initialization script (.gel), which I set to the supplied r2812.gel. I also tested the connection, and it does appear that everything is connected properly.
Any ideas as to why, even with proper connection and proper initialization script, I still get the ST1 identifier error?
I've tried un/re-installing CCSv5.
----------------------------------------------------
A similar, possibly related issue arises when using the same TMS320R2812+XDS510USB w/ CCSv3.1
In this case, upon attempt to Debug > Connect, I get error #-140, with no real description as to what's wrong.
I have attempted troubleshooting THIS error with the SDConfig utility, but it appears to recognize both the JTAG and R2812 correctly.