Need more ram
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-10-16 6:24 AM
Posted on October 16, 2007 at 15:24
Need more ram
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:16 AM
Posted on May 17, 2011 at 12:16
What is a simple way to add about 128K bytes of ram? It can be volatile. Should I be considering some other ARM type product?
ThanksOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:16 AM
Posted on May 17, 2011 at 12:16you can use serial SPI SRAM , but they only go up to 32Kbytes, but they are cheap (30 cents/10K) so you can gang four together, but this is very slow, how fast does it have to be? or use parallel SRAM using I/O ports to simulate the an external bus (easy to do, speed is much better then serial, but not as fast as internal), using this method you can easily get 128K and much more if needed, but you need a lot of spare ports Finding 128K SRAM internal is hard, only a few ARM's support that amount of memory and you tend to get alot of junk you don't want and you won't be able to expand, so I don't like that option
