debugging
printf for embedded
Submitted by Kirk Zurell on Thu, 2009-09-24 20:25. C | debuggingThere's only so much debugging information an LED or LCD display can report. What's worse, embedding debugging code in the executable can provoke misuse, while stripping it out can cause heisenbugs.
Your C compiler can help manage debugging information for you in a way that doesn't interfere with your product. Here's how:
Optimization and Debugging
Submitted by Walter Banks on Thu, 2008-09-18 21:08. debugging | optimizationThere's an active discussion about optimization and debugging going on on comp.programming and comp.compilers.
Hints and Tips
debug | debugging | heisenbug | hints | tipsThese sections present helpful tips and notes not included in general documentation.

eTPU_C:
C6808: