Tagged Questions

4
votes
3answers
316 views

DIY USB Tutorial

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 tog …
4
votes
6answers
483 views

Arduino Saving Data to SD Memory Module

Is it possible to save data from the Arduino to a SD Memory module?
1
vote
3answers
71 views

Book on memory from hardware perspective?

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 transist …
1
vote
1answer
124 views

ATTiny2313 ISR stack usage

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 …