Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: tristantech on March 08, 2010, 07:38:42 PM

Title: SRAM question
Post by: tristantech on March 08, 2010, 07:38:42 PM
Hello. I am doing a project that requires a lot of memory and I'm looking for a 16 MB (128 Mbit) SRAM chip. However, all i can find are DRAM chips, which are no good. Does anybody now of a part number or if these chips even exist?

Thanks in advance.
Title: Re: SRAM question
Post by: z.s.tar.gz on March 09, 2010, 08:32:31 AM
I can't find anything above a 64Mbit chip which is 61 bucks for one.
I recommend using 8 separate 16Mbit chips which are about 13 bucks each here (http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=CY62168DV30LL-55BVI-ND). Why can't you use dram?
Title: Re: SRAM question
Post by: chelmi on March 09, 2010, 09:04:57 AM
Why can't you use dram?

DRAM needs to be refreshed (read and write the value) periodically.
Title: Re: SRAM question
Post by: Soeren on March 10, 2010, 01:30:40 PM
Hi,

Hello. I am doing a project that requires a lot of memory and I'm looking for a 16 MB (128 Mbit) SRAM chip. However, all i can find are DRAM chips, which are no good. Does anybody now of a part number or if these chips even exist?
Go with flash memory instead (you might call it the SRAM of today).
They come in lots of different sizes, but if you just need one, the cheapest alternative is to break apart an old USB memory "pen" and find the datasheet for the flash chip(s) in it.

Samsung and Toshiba are some of the major players in the flash chip market if you need to buy a new chip.

If speed isn't the priority and if you have an old SmartMedia card, that would be useable too, or get one of the lowest capacity SD cards (around 1GB these days) and use SPI to talk to them.
Title: Re: SRAM question
Post by: z.s.tar.gz on March 10, 2010, 01:31:10 PM
DRAM needs to be refreshed (read and write the value) periodically.

I guess you learn something new every day.