Hello,
after some problems, I was able to run p14p on ATMega1284P. I used latest source from repository (version from Jun-22-2012). I modified source in src/platform/avr for m1284p and program it into chip. The simple python code is running, I'm able to control output pins and I can print strings to UART.
But, if I try to import ipm and then run ipm.ipm() i get this traceback:
Error: 0xE6
Release: 0x08
FileId: 0x00
LineNum: 0
Traceback (top first):
main()
<module>.
According to ErrorsAndExceptions.txt file the 0xE6 error is ImportError. I have absolutely no idea what is wrong. Where can i start to debug? How can I get more information or more detailed traceback?