Hello,
Been having some issues with my understanding of how hardware is supposed to work. My launchpad has been working great these last couple of days but I noticed that all the Lab example have a while(1) loop at the end of the code to maintain the execution on one loop. I would like to have the behavior that I should be seeing that the hardware keep executing itself forever. Thing is, when I remove the while(1), the code explodes when it reached that segment of the code (hits return 0) with: No source available for "C$$EXIT() at C:\StellarisWare\boards\MyLaunchPadBoard\Lab3\ccs\Debug\Lab3.out:{3} 0xde8{4}" . How can I fix this, I'm supposed to do something different? Or encase my code in a while(1) and let it go from there based on flags, etc.
Thanks,