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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/22/09 12:56
Read: times


 
#163765 - RTOS
Responding to: ???'s previous message
Erik Malund said:
quite often we get a question: "can I make the interrupt go to point x in the code after executing"

the answer is NO, unless you want to end up with a total mess.

Erik

The answer is: Yes, if you use an RTOS. That is one of the big differences between an RTOS and a normal OS.

On the other hand: The 8051 processor is not well-suited to use with an RTOS, or any OS at all by the way.

List of 7 messages in thread
TopicAuthorDate
Interrupt            01/01/70 00:00      
   RETI is always needed to end an interrupt service routine            01/01/70 00:00      
      I guess that you mean            01/01/70 00:00      
   What if ...?            01/01/70 00:00      
   is this what you want            01/01/70 00:00      
      RTOS            01/01/70 00:00      
         Yes? No? Maybe?            01/01/70 00:00      

Back to Subject List