memory Questions - Chiphackermost recent 30 from http://chiphacker.com2010-08-01T09:00:43Zhttp://chiphacker.com/feeds/tag/memoryhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://chiphacker.com/questions/3126/what-is-a-good-choice-for-an-arm-to-interface-with-external-memoryWhat is a good choice for an ARM to interface with external memory?samoz2010-06-22T01:20:32Z2010-07-12T17:01:32Z
<p>I just completed a project using the LPC2132 chip, but ran into problems with using up the whole 64kb of RAM. </p>
<p>For my next project, I'd like to use something that can reference an external, much larger memory chip. What sort of ARM can do this and what do I need to do to get the two devices talking?</p>
http://chiphacker.com/questions/2513/ata-interface-for-picATA Interface for PICmjh20072010-05-04T21:00:47Z2010-05-04T22:30:43Z
<p>I've been considering using a NANDrive by SST in a new design, however I wasn't sure how complicated it would be to connect a PIC to the ATA interface on the NANDrive. I did a quick Google search and found a couple of forums with people who had done it, but I was wondering if anyone here had experience with it and could suggest a standard software library for PIC C18 that implements ATA.</p>
http://chiphacker.com/questions/1482/diy-usb-tutorialDIY USB TutorialGLaDOS2010-01-17T12:00:28Z2010-05-02T16:44:07Z
<p>I was just wondering if there was a tutorial anywhere on how to make your own USB Flash Drive and I don't mean take apart a USB and put the guts into something else, I mean put together the flash memory and controller.</p>
http://chiphacker.com/questions/2417/write-once-memoryWrite Once MemoryJP2010-04-28T15:01:14Z2010-04-28T22:03:42Z
<p>I've seen news articles talking about how SanDisk released Write Once Read Many (WORM) SD cards, but I can't find anywhere to buy them!</p>
<p>I'm thinking of building a project where I'll want to write reasonably small amounts of data (amounting to maybe 64 MB at most) to permanent storage, for retrieval via USB — can anyone think of a suitable IC for this?</p>
http://chiphacker.com/questions/2086/micro-sd-shieldMicro SD ShieldAshley Hughes2010-03-29T09:00:13Z2010-04-15T19:57:48Z
<p>Hey,</p>
<p>Got a new MicroSD shield from LittleBird, having some troubles with it,</p>
<p>Downloaded the sample library that it said to used threw in a MicroSD card and expected it to work... It won't initialise for some reason done a bit of googling and can't see how to get it working every one just say use this library, uses that one.</p>
<p>Anyone had any luck on get these set up</p>
<p>Hardware</p>
<ul>
<li>MicroSD Shield</li>
<li>Arduino Duemilanove (ATMEGA328)</li>
<li>SanDisk (4GB) MicroSD card (HC) </li>
</ul>
<p>Is the SDHC part the problem?</p>
<p>I work off a mac even formatted the card in a Win XP machine to fat 16 still no luck</p>
http://chiphacker.com/questions/648/book-on-memory-from-hardware-perspectiveBook on memory from hardware perspective?Vineeth2009-11-24T19:25:43Z2009-11-25T23:26:51Z
<p>Is there a good book that talks about memory (SDRAM, DDR, NVRAM, flash etc) from a hardware/system perspective? Most of what I've been able to find deal with memory at the transistor level. I am looking for overview of the different types of memories, power requirements and PCB guidelines.</p>
http://chiphacker.com/questions/304/attiny2313-isr-stack-usageATTiny2313 ISR stack usageJohnC2009-11-09T22:35:03Z2009-11-11T22:10:33Z
<p>I'm using an ATTiny2313 to act as a serial concentrator. It only has 128bytes of RAM. I think I'm running out of RAM during the ISR. My question is how much RAM (stack) does an ISR use to save the context (registers). I.e. if I use ISRs how much will I have left out of 128 bytes.
Is there a way to detect stack overflow?</p>
http://chiphacker.com/questions/66/arduino-saving-data-to-sd-memory-moduleArduino Saving Data to SD Memory ModuledesNotes2009-10-31T17:17:26Z2009-11-03T16:14:35Z
<p>Is it possible to save data from the Arduino to a SD Memory module?</p>