Debug and program MSP430 microcontrollers from the command line.
Debugger for use with MSP430 MCUs
mspdebug$ mspdebug tilib$ mspdebug tilib "prog firmware.elf" "run"$ mspdebug tilib "md 0x1000 0x100 > memory_dump.txt"$ mspdebug tilib "break 0x2400" "step"$ mspdebug tilib "erase all" "prog new_firmware.elf" "quit"