... | @@ -48,7 +48,7 @@ A Perspective rearranges the Elements of the IDE specific for a special task. Wh |
... | @@ -48,7 +48,7 @@ A Perspective rearranges the Elements of the IDE specific for a special task. Wh |
|
|
|
|
|
== 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 occurring hiccups of CCS. Close the IDE and restart it.
|
|
. Try again!
|
|
. Try again!
|
|
{blank}
|
|
{blank}
|
|
|
|
|
... | @@ -65,21 +65,21 @@ it *never worked before*:: and you are trying to connect for the *first time*. |
... | @@ -65,21 +65,21 @@ it *never worked before*:: and you are trying to connect for the *first time*. |
|
you have some driver problems (Windows)
|
|
you have some driver problems (Windows)
|
|
|
|
|
|
*Linux*:::
|
|
*Linux*:::
|
|
the udev rules / drivers / permissions are wrong (Linux). Follow the steps TI reccomends: link:http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Installation_Instructions[]
|
|
the udev rules / drivers / permissions are wrong (Linux). Follow the steps TI recommends: link:http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Installation_Instructions[]
|
|
|
|
|
|
it worked before::
|
|
it worked before::
|
|
|
|
|
|
. reset the board with the reset key. Try again
|
|
. reset the board with the reset key. Try again
|
|
|
|
|
|
. Unplug and replug the board. Try again
|
|
. Un-plug and re-plug the board. Try again
|
|
|
|
|
|
. Use a different USB Cable. Try again
|
|
. Use a different USB Cable. Try again
|
|
|
|
|
|
. 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 occurring 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 described in link:http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash[]
|
|
{blank}
|
|
{blank}
|
|
|
|
|
|
== I have a genereal question I could not answer here
|
|
== I have a general 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[]
|
... | @@ -89,11 +89,11 @@ link:http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_V |
... | @@ -89,11 +89,11 @@ link:http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_V |
|
|
|
|
|
Use the debugger to find your problem!
|
|
Use the debugger to find your problem!
|
|
|
|
|
|
that is *NOT*:: compile->download->be disapointed->change code->repeat.
|
|
that is *NOT*:: compile->download->be disappointed->change code->repeat.
|
|
|
|
|
|
rather it is::
|
|
rather it is::
|
|
. download your code.
|
|
. download your code.
|
|
. set strategic brakepoints.
|
|
. set strategic breakpoints.
|
|
. use single stepping
|
|
. use single stepping
|
|
. utilize the watch window to have a look if your variables are changeing in the way you intended while *stepping* troug your code.
|
|
. utilize the watch window to have a look if your variables are changing in the way you intended while *stepping* trough your code.
|
|
{empty} |
|
{empty} |