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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/01/03 12:12
Read: times


 
#37987 - 8255 interrupt pin is not working
hi,
i am working with 8051 interrupt. but when i am using the pin no.p3.2 for the int0 interrupt it will not functioning as i want means it can't recognise the falling edge.
my program is like that.
.org 0000h
sjmp main
.org 0003h
acall disp
reti
main: mov sp,#30h
setb tcon.0
mov ie,#81h
here: sjmp here

disp:
clr p1.0
acall delay
setb p1.0
acall delay
ret
delay:
mov r2,#0ffh
d1: djzn r2,d1
ret

please reply soon.
bye.




List of 18 messages in thread
TopicAuthorDate
8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
   ERIK...            01/01/70 00:00      
      RE: ERIK...            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin -IJAZ            01/01/70 00:00      
   RE: even better            01/01/70 00:00      
      RE: even better            01/01/70 00:00      
         RE: even better            01/01/70 00:00      
            Confession time...            01/01/70 00:00      
               RE: Confession time...            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
RE: 8255 interrupt pin is not working            01/01/70 00:00      
   RE: 8255 interrupt pin is not working            01/01/70 00:00      
RE: 8255 interrupt pin is not working            01/01/70 00:00      

Back to Subject List