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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/07/04 23:54
Read: times


 
#80632 - RE: 89c52 for output
Responding to: ???'s previous message

I am not sure that the 1uF capacitor works. After going through the ATMEL data sheet I am unable to tell what the recommended capacitor value should be.

Actually, the code that I assembled is a loop as follows .... any help would be appreciated:


start:
mov p0,#h'F0
mov p1,#h'F0
loop:
mov p0,#h'F0
mov p1,#h'F0
sjmp loop
;
.segment .memory
.memory
.org h'20
.end start

List of 18 messages in thread
TopicAuthorDate
89c52 for output            01/01/70 00:00      
   RE: 89c52 for output            01/01/70 00:00      
      RE: 89c52 for output            01/01/70 00:00      
         RE: 89c52 for output            01/01/70 00:00      
            RE: 89c52 for output            01/01/70 00:00      
            RE: 89c52 for output            01/01/70 00:00      
               RE: 89c52 for output            01/01/70 00:00      
            RE: 89c52 for output            01/01/70 00:00      
               RE: 89c52 for output            01/01/70 00:00      
                  RE: 89c52 for output            01/01/70 00:00      
                     RE: 89c52 for output            01/01/70 00:00      
                     RE: 89c52 for output            01/01/70 00:00      
                        RE: 89c52 for output            01/01/70 00:00      
                        RE: 89c52 for output            01/01/70 00:00      
                           RE: 89c52 for output            01/01/70 00:00      
   RE: 89c52 for output            01/01/70 00:00      
   RE: 89c52 for output            01/01/70 00:00      
   RE: 89c52 for output            01/01/70 00:00      

Back to Subject List