Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

128 MB RAM CARDS, paper weight?

Status
Not open for further replies.

Johnson777717

New Member
Hey folks!
I have a couple 128 MB SDRAM cards that I don't use any more. ( I upgraded to more RAM, but I only have two bank slots). Thus, these SDRAM cards are collecting dust.

Does anyone know of a circuit or interface that I can apply these to? I think it would be pretty cool to be able to interface this with a microcontroller or something, then add a LCD display and be able to store, call from memory. Possibly store digital media, or SOMETHING. Basicly anything that I can use these RAM cards for???

Any suggestions? Thank you for your time!
 
I'm sure there are lots of interesting projects that you could do using RAM cards but they are all probably quite complicated. I'd like to try and do something like designing a very (very) basic motherboard from scratch. But obviously even a simple one would be very complicated. You can get some chips that will interface directly with RAM, I found a chip that you can use to record/play mp3, the music could be stored on several formats but it did use RAM.

Using them to store messages to play back on an LCD display would be cool. I don't know if you can use a PIC chip to interface with SDRAM the timings involved in SDRAM are quite involved (you have to do things like refreshing the memory) so you probably can't. But if you can that is probably the simplest. You could definately interface them with a microprosesor but that would probably be quite a complex project. I do remeber seeing a website where its members were doing something similar to this designng the whole board around an 8052 but it is a huge project.

Hope you find some use for your RAM
 
If you buy an FPGA you can make your own SDRAM controller that you can then connect to a micro of choice. OpenCores.org has an open source SDRAM controller if i remember correctly.

You could also buy a cheap motherboard/processor combo and build yourself an embedded x86.
 
Thanks folks! I appreciate you taking the time to respond. Now I know there is something that I can create with these. Again, thank you!
 
I think that your life would be much simpler if you simply used static RAM with any project. The idea of screwing around with dynamic RAM with a PIC just doesn't make sense because all the added refresh electronics and timing problems as mentioned above. Why spend 9/10 of your project just on the RAM design when you could be spending it on something more productive? Besides, most PIC-based projects don't need hundreds of MB of RAM anyway.

Dean
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top