|
Re: Printf acting flaky
I had similar problems last year with printf outputs (using printf_lib). This began after I started using Kevin Watson's tracker code.
The problem was solved by modifying a #pragma statement to cause the compiler to save more processor context prior to servicing an interrupt (the trackers used interrupts to process the IR beacons).
Are you using interrupts? Like wheel encoders?
-norm
__________________
Trenton Tornadoes 381
2004 Philadelphia Regional Winners
2006 Xerox Creativity Award
---
My corner of the USPTO.
My favorite error message from gcc: main is usually a function
My favorite error message from Windows: There is not enough disk space available to delete this file.
|