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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/12/02 07:47
Read: times


 
#21695 - RE: 8051 using PC RAM modules
Damjan,

If you are building a data logger then the DRAM is a store that you might not mind a little bit-banging to use. This would save you a lot of hardware.

Are you familiar with DRAM? If you bit-bang you interface you can use two 8 bit ports and and your RAS,CAS, WR, strobes. No mux required.

Your refresh could be reading the 1st 256 bytes of memory when triggered by a timer (either burst or one each timeout) or in your idle loop.

You might want to check out:

http://www.semiconductors.philips.com/acrobat/8...t/8098.pdf

for some ideas.

regards,
p




List of 14 messages in thread
TopicAuthorDate
8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules - Perry            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: What bit banging ??            01/01/70 00:00      
RE: Why Use DRAM Today ?            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      
RE: 8051 using PC RAM modules            01/01/70 00:00      

Back to Subject List