MSPDebug is a free debugger for use with MSP430 MCUs.
MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500, Launchpad and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.
MSPDebug is a free debugger for use with MSP430 MCUs. It supports FET430UIF, eZ430, RF2500, Launchpad and Olimex MSP-JTAG-TINY programmers. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.
To install mspdebug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mspdebug
To see what files were installed by mspdebug, run:
port contents mspdebug
To later upgrade mspdebug, run:
sudo port selfupdate && sudo port upgrade mspdebug
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.