Volker Schindler schrieb:
in my brand new win32 installation (setup files from 2006/04/07)

msp430-jtag -l=TIUSB myfile.a43

works fine from the shell, no problems.
However, when invoked from a Makefile (download-jtag option)
the following output results:
...
ImportError: dynamic module does not define init function (initmsp430)

known problem, should be fixed in next version.

the reason is, that recent msp430-jtag versions can also use the MSP430.dll supplied by TI or other JTAG box vendors and that there is a naming conflict between a the DLL and a python module of the same name. the problem occours depending on the search path for the executable, which changes depending on how you invoke it.

chris

Reply via email to