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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/31/07 14:40
Read: times


 
#142549 - comments
Responding to: ???'s previous message
1) why all the _asm and _endasm what is wrong with e.g. TI = 0; instead of doing it in assembly (clr TI)?
2) why do you process transmit outside the ISR that WILL slow you down
3) clr es and setb es in the ISR are not needed.
4) the reason for your slowdown is 2). if you for some silly reason want to keep transmit outside the ISR you need, at least, to handle TI inside the ISR.

Erik


List of 6 messages in thread
TopicAuthorDate
Performance slows down when enabling serial ints.            01/01/70 00:00      
   clr TI            01/01/70 00:00      
   comments            01/01/70 00:00      
   No TX interrupt servicing            01/01/70 00:00      
   this is why we have FAQs here            01/01/70 00:00      
   replies to all            01/01/70 00:00      

Back to Subject List