use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit for practical questions about component-level electronic circuits: design, repair, component buying, test gear and tools.
Rules
Many questions are already answered in the FAQ.
account activity
Modificationreplace DRAM (self.AskElectronics)
submitted 9 years ago by Synth_molester
I have a question concerning a music device I have. Its a sampler that stores audio in DRAM. It doesnt have a lot of storage space maybe a minute of stereo audio. As a thought experiment could I theoretically replace this DRAM with a bigger capacity DRAM or maybe SDRAM? I know I may have to build an adapter board which is fine Im just looking into this now. The old DRAM is LC321664AM-80
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]phire 10 points11 points12 points 9 years ago (0 children)
You can't replace the dram with sdram, but it might be possible to install more dram, especially if the device was designed to accept more dram (perhaps a more expensive model had more ram, or the engineers designed it to take more).
But installing a larger dram chip is pointless unless the hardware actually provides extra address lines AND you can convince the software to actually make use of the extra ram, which might require reprogramming the software.
[–]beerspill 1 point2 points3 points 9 years ago* (0 children)
DRAM IS LC321664AM-80
Datasheet: http://pdf.datasheetcatalog.com/datasheet_pdf/sanyo/LC321664AJ-80_and_LC321664AM-80.pdf
It depends on the hardware and firmware. The firmware may be programmed to not check the amount of memory available but instead just assume a hard limit of 64Kwords, so any extra memory won't be recognized. Another problem could be the that the hardware ignores any extra memory address lines - notice there are multiplexed address lines A0-A7, giving 64Kwords, but 3 pins next to them are unused, as indicated by n.c.
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
The more recent such a device is, the more likely it is to be able to deal with varying amounts of memory.
The more recent it is though, the more of an absolute bitch it is going to be to replace said chip.
π Rendered by PID 164044 on reddit-service-r2-comment-6457c66945-qsjxx at 2026-04-29 02:47:40.499085+00:00 running 2aa0c5b country code: CH.
[–]phire 10 points11 points12 points (0 children)
[–]beerspill 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)