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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/07/06 06:39
Read: times


 
#127475 - Don't printf from the isr
Responding to: ???'s previous message

You're calling the routines Salida and Entrada which calls printf from your uart serial_it isr. If you want to use interrupt driven uart send , you'll need to add a circular buffer to your code and not call printf via the isr.

Do a search for 'circular buffer'

List of 7 messages in thread
TopicAuthorDate
Interrupt serial.            01/01/70 00:00      
   Format the code            01/01/70 00:00      
      How to post code            01/01/70 00:00      
   Don't printf from the isr            01/01/70 00:00      
      Do a search for 'circular buffer'            01/01/70 00:00      
   Does it work in the Simulator?            01/01/70 00:00      
      Now know who work the Simulator.            01/01/70 00:00      

Back to Subject List