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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/19/05 05:17
Read: times


 
#102599 - points
Responding to: ???'s previous message

1. Have you debounced your switch?

2. if Interrupt 0 is Level triggered it will execute again if leveis still low on the /int0 pin after the ISR been completed. this is because, if intx is level triggered the request flag is controlled by the external source and not cleared by the hardware
so you have to hold the low level untill int is actually occurs and remove the low level before CPU exits the corresponding ISR.



Abhishek


List of 10 messages in thread
TopicAuthorDate
Int 0            01/01/70 00:00      
   int 0            01/01/70 00:00      
      thanks            01/01/70 00:00      
   points            01/01/70 00:00      
   Hope this would help u.........            01/01/70 00:00      
      Key debounce            01/01/70 00:00      
      I do not see "micro" asking for help, yo            01/01/70 00:00      
      .u didnt...U have...If ur...suits            01/01/70 00:00      
         sorry for the inconvenience caused by me            01/01/70 00:00      
   the mistake is using int 0            01/01/70 00:00      

Back to Subject List