... | @@ -2,10 +2,14 @@ |
... | @@ -2,10 +2,14 @@ |
|
:toc-title: FAQs
|
|
:toc-title: FAQs
|
|
:experimental:
|
|
:experimental:
|
|
:stylesdir: ./
|
|
:stylesdir: ./
|
|
:stylesheet: fhtw.css
|
|
h:stylesheet: fhtw.css
|
|
|
|
:blank: {empty} + {empty} +
|
|
|
|
|
|
|
|
|
|
= Frequently Asked Questions regarding TI CCS, TI 1294XL Launchpad, and all other things in this context
|
|
= Frequently Asked Questions regarding TI CCS, TI 1294XL Launchpad, and all other things in this context
|
|
|
|
|
|
|
|
{blank}
|
|
|
|
|
|
== What is the "best" way to start a "new" Project
|
|
== What is the "best" way to start a "new" Project
|
|
Since there are many configurations well hidden in the project settings that can severely impact the behavior of the binary, the *recommended way* is:
|
|
Since there are many configurations well hidden in the project settings that can severely impact the behavior of the binary, the *recommended way* is:
|
|
|
|
|
... | @@ -14,6 +18,7 @@ Since there are many configurations well hidden in the project settings that can |
... | @@ -14,6 +18,7 @@ Since there are many configurations well hidden in the project settings that can |
|
Then menu:rightclick the project name[paste]). +
|
|
Then menu:rightclick the project name[paste]). +
|
|
You will get a project name suggested "copy of ..."
|
|
You will get a project name suggested "copy of ..."
|
|
. Rename to suite your needs. +
|
|
. Rename to suite your needs. +
|
|
|
|
{blank}
|
|
|
|
|
|
== I am lost with the TI Launchpad, what was this all about?
|
|
== I am lost with the TI Launchpad, what was this all about?
|
|
Maybe read the manual to the launchpad:
|
|
Maybe read the manual to the launchpad:
|
... | @@ -22,32 +27,34 @@ link:http://www.ti.com/lit/ug/spmu365b/spmu365b.pdf[] |
... | @@ -22,32 +27,34 @@ link:http://www.ti.com/lit/ug/spmu365b/spmu365b.pdf[] |
|
== I could not comprehend the explanations in the class - is there something to read or do on my own.
|
|
== I could not comprehend the explanations in the class - is there something to read or do on my own.
|
|
Certainly - you could follow the workshop from TI.
|
|
Certainly - you could follow the workshop from TI.
|
|
link:http://processors.wiki.ti.com/index.php/Creating_IoT_Solutions_with_the_TM4C1294XL_Connected_LaunchPad_Workshop?DCMP=tivac-launchpad&HQS=ConnectedLaunchPadWorkshop[TM4C1294XL Connected-LaunchPad Workshop]
|
|
link:http://processors.wiki.ti.com/index.php/Creating_IoT_Solutions_with_the_TM4C1294XL_Connected_LaunchPad_Workshop?DCMP=tivac-launchpad&HQS=ConnectedLaunchPadWorkshop[TM4C1294XL Connected-LaunchPad Workshop]
|
|
+
|
|
{blank}
|
|
|
|
|
|
|
|
|
|
== How to reset a project cloned from git
|
|
== How to reset a project cloned from git
|
|
simply `Reset Hard` the Repository. You are back where you started (modifications of files are undone). But beware - added files remain!
|
|
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
|
|
== I have lost the debug view in CCS
|
|
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
|
|
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
|
|
+
|
|
{blank}
|
|
|
|
|
|
== I have lost the project explorer in CCS
|
|
== I have lost the project explorer in CCS
|
|
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
|
|
Reset the Perspective at menu:Window[Perspective > Reset Perspective...]!
|
|
+
|
|
{blank}
|
|
|
|
|
|
== What is a perspective
|
|
== 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).
|
|
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
|
|
== Right until now everything of my code worked and compiled, now it won't
|
|
. Undo what you did last
|
|
. 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.
|
|
. 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!
|
|
. Try again!
|
|
+
|
|
{blank}
|
|
|
|
|
|
== I get the massage "CORTEX_M4_0: GEL: Encountered a problem loading file: ...????????.out - Could not open file" - what's wrong?
|
|
== 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.
|
|
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.
|
|
== 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.
|
|
You have either no Launchpad connected, or there is some other problem connecting to it.
|
... | @@ -70,9 +77,10 @@ it worked before:: |
... | @@ -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:
|
|
. 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[]
|
|
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
|
|
== I have a genereal question I could not answer here
|
|
here are different sources for you:
|
|
here are different sources for you:
|
|
link:http://processors.wiki.ti.com/index.php/Tiva_C_Series_TM4C1294_LaunchPad[]
|
|
link:http://processors.wiki.ti.com/index.php/Tiva_C_Series_TM4C1294_LaunchPad[]
|
|
link:http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads[]
|
|
link:http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads[]
|
|
|
|
{blank} |