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

Back to Subject List

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


 
#18009 - My AT89S8252 has total crash
Hi!

I have this code in the chip write:

;---------------------------------
;flash2.asm, fast loop

#include 8051.H
.org 0000H

main mov a,#0Fh ;1 a = 15
mov P1,a ;1 P1 = a
mov a,#0F0h ;1 a = 240
mov P1,a ;1 P1 = a
sjmp main ;2
.end
;---------------------------------

... but now i can not this code
over-write: If i connect to COM1 and
select in my software the COM-Port,
the PC crash - you can not move the
mouse...

If i make a reset of the 8252 the PC
works ....

please help me...


cu
Thorsten

List of 19 messages in thread
TopicAuthorDate
My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
what i have doing...            01/01/70 00:00      
RE: what i have doing...            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
I have the solution !!!!!            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      
RE: I have the solution !!!!!            01/01/70 00:00      
RE: I have the solution !!!!!            01/01/70 00:00      
RE: My AT89S8252 has total crash            01/01/70 00:00      

Back to Subject List