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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/26/10 16:41
Read: times


 
#173602 - Well, he did at least try
Responding to: ???'s previous message
He did at least try to apply the correct formatting - although he should have noticed that it hadn't worked:

Vidya Shashikant Hardare said:
The code has been implemented as follows:
(I have taken this code from the Atmel datasheet)
<pre>

.EQU CS,P1.4 ;CHIP SELECT
.EQU DI,P1.5 ;DATA IN
.EQU DO,P1.6 ;DATA OUT
.EQU SK,P1.7 ;SERIAL CLOCK

:
:

SHOUT: CLR SK
RLC A
MOV DI,C
NOP
SETB SK
DJNZ B,SHOUT
CLR SK
RET
.<pre>





List of 8 messages in thread
TopicAuthorDate
Interfacing external EEPROM            01/01/70 00:00      
   You should try...            01/01/70 00:00      
      RE: Use a pattern that is not the same in each byte            01/01/70 00:00      
   that is an insult            01/01/70 00:00      
      Well, he did at least try            01/01/70 00:00      
         Formatted code            01/01/70 00:00      
            Comments            01/01/70 00:00      
            Your code is incomplete.            01/01/70 00:00      

Back to Subject List