Changes
Page history
improvements
authored
Aug 26, 2016
by
Michael Kramer
Hide whitespace changes
Inline
Side-by-side
home.asciidoc
View page @
2b29e2d5
...
...
@@ -84,3 +84,16 @@ 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/Download_CCS#Code_Composer_Studio_Version_6_Downloads[]
{blank}
== My program is not behaving like I expected?
Use the debugger to find your problem!
that is *NOT*:: compile->download->be disapointed->change code->repeat.
rather it is::
. download your code.
. set strategic brakepoints.
. 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.
{empty}