mspdebug

Debugger and programmer for MSP430 microcontrollers

brewmacoslinux
Try with needOr install directly
Source

About

Debugger for use with MSP430 MCUs

Commands

mspdebug

Examples

Connect to MSP430 device via USB and enter interactive debug shell$ mspdebug tilib
Program a hex file to the MSP430 device$ mspdebug tilib 'prog firmware.hex'
Read memory region from device and save to file$ mspdebug tilib 'md 0x1000 256 > dump.bin'