
madvoid
-
Content Count
10 -
Joined
-
Last visited
Reputation Activity
-
madvoid got a reaction from bluehash in Tricky SD Card Bug. Maybe a stack problem?
For people reading this thread in the future, I found the exact cause of the problem. In the SD card code I was turning the interrupts off, but I forgot to turn them on again. When I added the code to turn them on again, this problem disappeared. Hopefully this helps!