#137902 - melw - Fri Aug 17, 2007 8:21 am
Ok, this is a bit of needle in the haystack approach - but I welcome anyways educated guesses what might be the cause of following behaviour:
After a while (5-30 minutes), running a DS application, the touchscreen stops responding. However, it's typical that the keys do respond still after this for a while, until keypresses are also disregarded. I haven't been able to find a single spot where this happens, as it's rather linked with how long the application has been running than where the crash occurs.
My personal guess: Something wrong with the ARM7/ARM9 inter-communication? The application uses FIFO for sounds and WiFi, which is one possible source of bugs, although I've had this bug also when not using network nor sounds at all. The keys/touchscreen code is pretty much straight from the nds combined template example.
After a while (5-30 minutes), running a DS application, the touchscreen stops responding. However, it's typical that the keys do respond still after this for a while, until keypresses are also disregarded. I haven't been able to find a single spot where this happens, as it's rather linked with how long the application has been running than where the crash occurs.
My personal guess: Something wrong with the ARM7/ARM9 inter-communication? The application uses FIFO for sounds and WiFi, which is one possible source of bugs, although I've had this bug also when not using network nor sounds at all. The keys/touchscreen code is pretty much straight from the nds combined template example.