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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/28/03 11:19
Read: times


 
#37470 - 8051 interrupt pin
hi,
i want to use int0 of 8051.for that i write the below mension code and connect to p3.2 to the square wave of 2 volt, but i could not get the interrupt.
the code as follows:
.org 0000h
sjmp main
.org 0003h
acall display
reti
main: mov sp,#30h
mov dptr,#0ff03h
mov a,#80h
movx @dptr,a
mov dptr,#0ff00h
setb tcon.0
mov ie,#81h
here: sjmp here

display: mov a,#0ffh
movx @dptr,a
mov r3,#0ffh
d1: djnz r3,d1
mov a,#00h
movx @dptr,a
mov r1,#0ffh
d2: djnz r1,d2
ret
i use 8255 port A for output purpose.

please help me.
bye
RITESH

List of 5 messages in thread
TopicAuthorDate
8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin            01/01/70 00:00      
RE: 8051 interrupt pin / Erik.            01/01/70 00:00      
RE: 8051 interrupt pin / Erik.            01/01/70 00:00      

Back to Subject List