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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/09/07 15:55
Read: times


 
#132378 - Interrupt trigger
My problem is the serial interface. Unfortunately characters send to the 8052 are lost, because the processor is busy somewhere else in the program.
The easiest thing to do would be to give the serial interrupt a high priority, and stuff the bytes received into a fifo, but then the processing of the serial data might too late and the buffer would overflow.
Is it possible to somehow trigger a low level interrupt within the high level serial interrupt, which then deals with the serial data a soon as possible while still being interruptible by the high level interrupts?

List of 5 messages in thread
TopicAuthorDate
Interrupt trigger            01/01/70 00:00      
   Interrupt priority registers            01/01/70 00:00      
   Clarification            01/01/70 00:00      
   absolutely            01/01/70 00:00      
      Thank you            01/01/70 00:00      

Back to Subject List