Hi, I'm suspecting my Arduino is faulty. I was getting weird string data corruptions when using a web server sketch, and now I'm getting similar corruptions when writing to an SD card and outputing to Serial. In both cases it's data that was in memory prior to the Arduino being reset replacing the data that should be in strings.
Is there a Arduino Test sketch out there that lets you test the memory of your Arduino for faults? Thanks,
Thanks, I believe I'm not running out of memory after using the MemoryFree.h stuff. However I'm unsure as to what to look for to find buffer overruns. Could someone give me a link to docs or tutorials on what a buffer overrun looks like? Thanks,