Well, I tried the binary you posted here and it seemed to work, but once I started using ipm.py I started getting errors, but one major difference is that I am NOT getting the scrolling lights of death on the mbed like I was before, i think this could be contributed to the fact that this was perhaps compiled for a slightly different version. I have a
mbed NXP LPC1768 board
Which I assumed was exactly like yours, but I am not sure.
Here is the output of my session:
C:\Users\william\Downloads\pymite-08\src\tools>python ipm.py -s COM5
PyMite is Copyright 2002 Dean Hall. See LICENSE for details.
This software is licensed under the GNU GPL Version 2 with NO WARRANTY.
Type the Python code that you want to run on the target device.
If you see no prompt, type two consecutive returns to exit multiline mode.
Type Ctrl+C to interrupt and Ctrl+D to quit (or Ctrl+Z <enter> on Win32).
ipm> import mbed
Error: 0xE6
Release: 0x08
FileId: 0x00
LineNum: 0
Traceback (top first):
ipm>
ipm> import mbed
Connection read error, type Ctrl+Z to quit.
ipm> ^V
^Z
SyntaxError:invalid syntax (<ipm>, line 1)
ipm>
ipm> ^Z
Hi, I am trying to compile PyMite using the instructions in the cookbook (http://mbed.org/projects/cookbook/wiki/PyMite), but I am getting several errors in the compilation of core_cm3.h. I have taken a screen shot:
http://redmine.ausparc.com/pymite-errors.png
I have been chatting with the developer of PyMite and he believes it is related to the fact that I have a newer mbed than it was developed on. Normally I would go right into the pymite code to find the problem but it seems what ever is happening is causing the fault to appear in the mbed library's compilation.
I would appreciate any insight anyone might have on the issue.
Thanks,