simply `Reset Hard` the Repository. You are back where you started (modifications of files are undone). But beware - added files remain!
+
{blank}
== I have lost the debug view in CCS
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
+
{blank}
== I have lost the project explorer in CCS
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
+
{blank}
== What is a perspective
A Perspective rearranges the Elements of the IDE specific for a special task. While debugging you may want other information on the screen as when coding in C. Changes to the perspective are persistent, even during restarts of the Eclipse IDE (CCS).
+
{blank}
== Right until now everything of my code worked and compiled, now it won't
. Undo what you did last
. if that does not help, and you are absolutely sure that it should work again now, maybe you have one of the rarely occuring hickups of CCS. Close the IDE and restart it.
. Try again!
+
{blank}
== I get the massage "CORTEX_M4_0: GEL: Encountered a problem loading file: ...????????.out - Could not open file" - what's wrong?
The build of your code failed - so there is no binary, hence it can not be found by the debugger. Fix the error(s) in your code until it compiles. Then repeat.
+
{blank}
== I get the massage CORTEX_M4_0: Error connecting to the target: Frequency is out of range.
You have either no Launchpad connected, or there is some other problem connecting to it.
...
...
@@ -70,9 +77,10 @@ it worked before::
. Still not working? Maybe its a very seldom occuring problem with the code protection of the chip. in this case:
Use the tool CCSUniflash as decribed in link:http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash[]
+
{blank}
== I have a genereal question I could not answer here