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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/05/04 07:37
Read: times


 
#73603 - 4 bit bus?
Hi All

I need a little bit of help and information. I want to send 8 bits of data on a 4 bit bus to a memory mapped device. Is this how you do it?

First the high nibble is sent, using the following

XBYTE[0x0a000] = 0x28 | 0x0f0;

delay(micro-seconds)

Then the low nibble.

XBYTE[0x0a000] = 0x28 | 0x0f;

Is this correct or not?

Thanx in advance
KR

List of 11 messages in thread
TopicAuthorDate
4 bit bus?            01/01/70 00:00      
   RE: 4 bit bus?            01/01/70 00:00      
      RE: 4 bit bus?            01/01/70 00:00      
         RE: 4 bit bus?            01/01/70 00:00      
      RE: 4 bit bus?            01/01/70 00:00      
         RE: 4 bit bus?            01/01/70 00:00      
            RE: 4 bit bus?            01/01/70 00:00      
            Assembler!            01/01/70 00:00      
               RE: Assembler!            01/01/70 00:00      
                  RE: Assembler!            01/01/70 00:00      
                  RE: Assembler!            01/01/70 00:00      

Back to Subject List