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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/03 09:29
Read: times


 
#39524 - Saving pins idea
Responding to: ???'s previous message
It is only an idea but it must work:
Put one 74xx573 conected to P0 normally and the LE to ALE and output enable to ground.
Put a second 74xx573 but the LE connected to an OR gate with it's inputs connected to RD- and WR-.

Use the 8 bit normal adress mode to access to low bits.

To select the high bits
:
mov p0,high_bits
mov a,p3
anl a,#11111100b
mov p3,a
mov a,p3
orl a,#00000011b
mov p3,a
mov p0,#0ffh

You must put the p0 pullup resistors.

With this you can adress the 64k.

List of 16 messages in thread
TopicAuthorDate
Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
      RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
      RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051.Jez            01/01/70 00:00      
      RE: Interfacing 2Kx8 RAM to the 8051.Jez            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
   RE: Interfacing 2Kx8 RAM to the 8051            01/01/70 00:00      
      Interfacing 2Kx8 RAM to the 8051+pins            01/01/70 00:00      
   Saving pins idea            01/01/70 00:00      
      RE: Saving pins idea            01/01/70 00:00      
         RE: Saving pins idea            01/01/70 00:00      
            RE: Saving pins idea            01/01/70 00:00      
               RE: Saving pins idea            01/01/70 00:00      

Back to Subject List