Skip to content

Fork-and-fix of the TI MSP430 Programmer library

Notifications You must be signed in to change notification settings

AlessonDavid/libMSP430

 
 

Repository files navigation

About

libMSP430 is a friendly fork-and-fix of the canonocal TI 'MSP430DLLv3' for linux, which is previously only available as a zip file with a hard to find patch for Debian/Ubuntu.

When trying to use mspdebug using the 'tilib' option on my persoan Linux box, I could not find a working zip of 'MSP430DLLv3' to build, so I collected the patches and posted them in this repo to share.

Branches

master : our patched branch of MSP430DLLv3

instructions

  1. check out this repository
  2. run './ubuntu_install_prereqes.sh'
  3. run ' mspdebug tilib -d /dev/ttyACM0' (assuming your ti device is on ACM0) and verify you have an error loading 'libmsp430.so' on your machine
  4. run 'make' If you are lucky, this should just work
  5. run 'make install' to install the driver, so mspdebug can find the lib
  6. Plug in a MSP-FET430UIF device into your machine
  7. run ' mspdebug tilib -d /dev/ttyACM0' (assuming your ti device is on ACM0) it should work now.

#See Also:

About

Fork-and-fix of the TI MSP430 Programmer library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.7%
  • C 35.9%
  • HTML 19.5%
  • Perl 0.3%
  • Batchfile 0.2%
  • CSS 0.2%
  • Other 0.2%