Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/20/08 19:46
Read: times


 
#157595 - printf problems
Responding to: ???'s previous message
Hi Raghu,

In my experience, a 'printf does not print' problem is mostly caused by TI not being set. Printf calls putchar to get the characters out to the UART and putchar waits for TI being set before doing anything.

Try setting TI explicitly just before entering the while loop.


Regards,
Rob.

List of 8 messages in thread
TopicAuthorDate
printf problem            01/01/70 00:00      
   Horrible formatting            01/01/70 00:00      
   printf problems            01/01/70 00:00      
   Please show the complete program            01/01/70 00:00      
      Still no luck..            01/01/70 00:00      
         Well ...            01/01/70 00:00      
            Problem solved            01/01/70 00:00      
   Am I missing something?            01/01/70 00:00      

Back to Subject List