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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/15/02 11:43
Read: times


 
#20876 - RE: Add external RAM to 8051 with latch
Latch is needed to extract lower 8 bit address from multiplexed addr/data port i.e. P0.

You may use some chips that have built in multiplexed bus input with ALE input, but not recommended as non-std devices.

To interface a std RAM connect RD (P3.7) to OE of RAM, WR (P3.6) to WE of RAM, these are active low signals, and derive CS/CE of RAM using some address decoding technique. The simplest can be connect P2.7 to CE and access RAM for address space 0000-7FFF HEX.

HITESH.


List of 4 messages in thread
TopicAuthorDate
Add external RAM to 8051 with latch            01/01/70 00:00      
RE: Add external RAM to 8051 with latch            01/01/70 00:00      
RE: Add external RAM to 8051 with latch            01/01/70 00:00      
RE: Add external RAM to 8051 with latch            01/01/70 00:00      

Back to Subject List