I am currently using a TMS320R2812 & 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?