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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/30/06 16:42
Read: times


 
#119453 - ORL a,HighAddressBit;
Responding to: ???'s previous message
MOV A,WTCMD ; device address with write command
   ORL  a,HighAddressBit;
   CALL OUTS


The position of the HighAddressBit (I think it is #002h) can be found in the datasheet.

you will need to do the same for the read address

Thse chips are made so that you can replace 2 -02 with one -04 etc.

Erik



List of 22 messages in thread
TopicAuthorDate
eeprom word addressing            01/01/70 00:00      
   do not confuse bits and bytes            01/01/70 00:00      
      maximum seerial memory chip available?            01/01/70 00:00      
         yes, you do            01/01/70 00:00      
   code not working            01/01/70 00:00      
      How to post code            01/01/70 00:00      
      formatted code.            01/01/70 00:00      
         I searched for a comment stating "write            01/01/70 00:00      
         "write device address"-i2c subroutine            01/01/70 00:00      
            you reply with an uncommented sub            01/01/70 00:00      
            formatted code with comments.            01/01/70 00:00      
               ORL a,HighAddressBit;            01/01/70 00:00      
                  Solution            01/01/70 00:00      
                     You 'can' make the chips you use work fo            01/01/70 00:00      
                        Question still remains unanswred            01/01/70 00:00      
                           i told you how            01/01/70 00:00      
                           One more time            01/01/70 00:00      
                              code written for that but not working            01/01/70 00:00      
                                 rather than trying to figure your code o            01/01/70 00:00      
   Corrections please, urgent.            01/01/70 00:00      
   It is in the data sheet            01/01/70 00:00      
   datasheet            01/01/70 00:00      

Back to Subject List