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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/25/09 12:23
Modified:
  03/25/09 12:25

Read: times


 
#163841 - both are wrong
Responding to: ???'s previous message
1) NEVER do this in an ISR
clr EA
....
setb EA
instead do this
push IE
clr EA
...
pop IE

DO NOT clear EA when e.g. clr ET1 will do

Erik

List of 9 messages in thread
TopicAuthorDate
EA in "Interrupt service routine"            01/01/70 00:00      
   yes,no            01/01/70 00:00      
      both are wrong            01/01/70 00:00      
         ... including this one?            01/01/70 00:00      
            well, I'll be            01/01/70 00:00      
         thanks >> it's working >> further            01/01/70 00:00      
            but WHY are you doing that?            01/01/70 00:00      
               Now i am not doing EA=0 in ISR.            01/01/70 00:00      
                  ah, then it's OK            01/01/70 00:00      

Back to Subject List