Hello.
My NXJ refuses to execute applications properly. I get an error message like this:
Data abort
PC 00103590
AASR E59FF01A
ASR 00020101
The same error occurs on all crashes, even with the sample source code that came with the lejos download package.
Even this simple code will not work:
import lejos.nxt.*;
class Robot {
public static void main(String[] args) {
LCD.drawString("TestRobot",0,0);
LCD.refresh();
}
}
Then it hangs and I have to reinsert the battery. I have no clue what this means... I've googled without any luck (well, I read about som guys with the same error but they just "solved" it with getting a new NXJ brick) and I've also tried with anorther version of the firmware (both 0.4beta and 0.3alpha).
I'd be very happy for any tips or solutions!
Mats
