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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/17/05 01:46
Read: times


 
#85066 - Two choices
Responding to: ???'s previous message
For such a large amount of memory - you really have two choices:

1/ SDRAM (dram). Yes, the refresh is an issue that can be solved with a cpld or small fpga. You'll probably need one of these anyway to do the page addressing. Do you need battery backup? Another solution came to mind in that you use another cpu to do the refresh and address mapping rather than dedicated hardware- the issue then is comms between the two cpus. Refreshing is really just a matter of doing a refresh cycle on all the rows within 2mS (I think - it's been years since I've touch dram) - so you could use a timer interrupt to schedule this - so want want a very speedy micro to make this efficient.

2/ Flash. This is probably the cheapest for bulk storage. Downside is that it is a bit slow to write.

I gather you're doing some sort of data logger - so maybe you need a chunk of sram for your buffer and flash for the bulk storage.

For my kart datalogger, I took the easy route of using a HP IPaQ as my data store and GUI with a little micro doing the acquisition work.


List of 31 messages in thread
TopicAuthorDate
Large RAM bank            01/01/70 00:00      
   Serial?            01/01/70 00:00      
      Speed            01/01/70 00:00      
         Keil...?            01/01/70 00:00      
   Zylogic ZE5? (nee Triscend E5)            01/01/70 00:00      
   Two choices            01/01/70 00:00      
      Use This Idea            01/01/70 00:00      
      Another CPU?            01/01/70 00:00      
   Try This Idea Too            01/01/70 00:00      
   SDRAM maybe viable            01/01/70 00:00      
   What about pseudo static ram?            01/01/70 00:00      
      pseudosrams are not larger            01/01/70 00:00      
   Jez ?            01/01/70 00:00      
      Didn't search first?!            01/01/70 00:00      
         Just a BIG memory?            01/01/70 00:00      
            More information            01/01/70 00:00      
               512k ONLY? :-)            01/01/70 00:00      
                  attach to large SRAM            01/01/70 00:00      
               DS80C400?            01/01/70 00:00      
      I did            01/01/70 00:00      
         SDRAM controller            01/01/70 00:00      
            keep it simple&stupid            01/01/70 00:00      
   suggestions and questions            01/01/70 00:00      
   Thanks for input            01/01/70 00:00      
      2M=4x512k            01/01/70 00:00      
         Good idea            01/01/70 00:00      
            PCB Space - Above & Below            01/01/70 00:00      
               Have you tried ISSI            01/01/70 00:00      
   CF card            01/01/70 00:00      
      Using SD            01/01/70 00:00      
         CPLD            01/01/70 00:00      

Back to Subject List