Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.35 KB

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: