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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/28/04 06:27
Read: times


 
#79925 - RE: serial intrrupt
Responding to: ???'s previous message
A little more information might be helpful!

Firstly, do you have the interrupt vector pointing to an interrupt service routine? Otherwise the interrupt will fire off into no-mans land and the 8051 may just execute nops until the program counter gets back to some real code. Or, if you have thevector set correctly and an interrupt service routine, are you ressting the RI and TI bits? Otherwise the routine will keep on firing and thus slowing things down appreciably. Or, you may be trying to do too much work in the interrupt service routine thus using a lot of cpu time.

Some example code might allow us to be more specific....



List of 8 messages in thread
TopicAuthorDate
serial intrrupt            01/01/70 00:00      
   RE: serial intrrupt            01/01/70 00:00      
   RE: serial intrrupt            01/01/70 00:00      
      RE: serial intrrupt            01/01/70 00:00      
         RE: serial intrrupt            01/01/70 00:00      
   RE: serial intrrupt            01/01/70 00:00      
   RE: Quotes?            01/01/70 00:00      
   RE: serial intrrupt            01/01/70 00:00      

Back to Subject List