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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/22/04 02:42
Read: times


 
#70914 - Seriously, now: DRAM vs SRAM
Responding to: ???'s previous message
Raghunathan R said:
somebody said that using a DRAM is a pain in the you-know-where with all its refresh needs and what not.

This is exactly the point!

SRAM is very easy to use - just connect it to the address & data busses - but expensive per byte;
DRAM needs all that refresh controller stuff - but is cheap per byte.

So if you need very large amounts of memory, all that refresh controller stuff is only a minor inconvenience compared to the very large saving in the overall, total memory cost;

However, if you need only small amount of memory (and that covers anything practical for an 8051), the hassle of DRAM is simply not worth it as it makes the overall, total memory cost higher than using SRAM.

So that's why PCs use DRAM for Gigabytes of memory, while 8051s use SRAM for Kilobytes of memory.

SRAM can also be made much faster than DRAM (although that makes it even more expensive) - and that's why PCs use a small amount of very fast SRAM to cache the data from their very large, relatively slow DRAM.


List of 16 messages in thread
TopicAuthorDate
Memories            01/01/70 00:00      
   RE: Memories            01/01/70 00:00      
      RE: Memories            01/01/70 00:00      
         RE: Memories            01/01/70 00:00      
            RE: Memories            01/01/70 00:00      
               RE: Memories            01/01/70 00:00      
   RE: Memories            01/01/70 00:00      
      RE: MMU - Jacob            01/01/70 00:00      
   RE: Memories            01/01/70 00:00      
      RE: Memories            01/01/70 00:00      
         RE: Memories            01/01/70 00:00      
            RE: Memories            01/01/70 00:00      
               RE: Memories - Rob            01/01/70 00:00      
         Seriously, now: DRAM vs SRAM            01/01/70 00:00      
            RE: Seriously, now: DRAM vs SRAM            01/01/70 00:00      
               RE: Seriously, now: DRAM vs SRAM            01/01/70 00:00      

Back to Subject List