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 14:21
Read: times


 
#85098 - suggestions and questions
Responding to: ???'s previous message
1)With a desire not to invoke the discssion of whether or not the 8052 is the best MCU to do this, 2)I'm wondering if anyone has any thoughts on what the best approach to a large RAM store would be? I'm looking for something on the order of 512MB (or more) of RAM accessed by the 8052, 3)probably in 8k banks.
1) I have never argued against large DATA memory on the '51, as a matter of fact I have 2Mbyte of flash on one of mine.
2) for the above I have a simple page select register (port 3 on a 8 port Cygnal) and a C routine U8 ReadFlash(U16 offset, U8 page).
What it really comes down to is:
a) how often do you need access (speed) I am in the situation that 99% of the time I need 8-32k and once in a blue moon need the 2M.
b) can you use parallel flash (difficult write, easy read)
c) have you considered the philips XA4xx series ("16 bit '51") they have memory refresh built in. If you use SRAM or flash, have a look at the Philips 51MX and P51C669, they are regular '51s with an extended addressing scheme (23 bits)
3) why banks that small? 64K banks gives a much easier addressing scheme.

Erik



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