1

The latest version is not capable with the python-msp-tool, it needs the MSP430_Identify() function which was removed from the latest version of DLL V3.

So anyone can share me with your older version of DLL V3? The original zip file should with the name slac460c.zip, not slac460.zip. And the version number is 3.2.4.5 or less, not 3.2.5.4.

Thanks a lot!

EDIT: I just find TI has released some older version of MSP430 DLL V3 package, but it seems it is used for developing under windows which all functions were packaged well. What I need is the pure source code that can be made under Linux with a Makefile.

EDIT: I have compiled the latest version of libMSP430.so (3.2.5.4) for Raspberry Pi. To save other guys time, I have posted the file here.

EDIT: the MSP430_Identify() can be instead by below two functions: MSP430_OpenDevice and MSP430_GetFoundDevice. You can refer to MspDebug tool, they are using the up-to-date DLL driver.

4

1 に答える 1

0

MSP430 V3 はオープンソースになりました。TI の Web サイトで、すべてのリリースを簡単に見つけることができます。

于 2014-10-13T13:59:02.730 に答える