Hi,
I am running a fairly large program on a Teensy 3.0. I works perfectly for the most part but every once and a while it freezes up.
I saw the recommendations found at http://www.pjrc.com/teensy/troubleshoot.html and I converted all of my strings to const charArray[] = "", but that did not...