Hi everyone,
We are making a Visual Studio extension to build and debug MSP430 firmware with GCC/GDB. We are currently using the mspdebug project to interface the hardware debugger (eZ430-RF2500, Olimex MSP-JTAG-TINY, Olimex MSP-JTAG-ISO, TI FET430UIF). However, it seems that mspdebug does not support all modern on-chip debuggers.
Is there any official list of the on-chip debuggers used for MSP430 microcontrollers? Are there other programs that allow using gdb to debug those?
That's how we integrated the mspdebug tool and we would like to add similar support to other hardware on-chip debuggers.