Chris Liechti wrote:
Oleg Skydan wrote:
Hi, All !
Does gdb-proxy support new MSP-FET430UIF, if no
are there any plans to support it ?
that's the USB-JTAG adapter from TI right?
Are there any other software to program MSP430 and blow JTAG fuse
using MSP-FET430UIF ?
i patched msp430-jtag, but it did not yet work. i need to try that
again. it should be feasible. the MSP430.dll that comes with it has
*almost* the same API as MSP430mspgcc.dll, that msp430-jtag uses (the
mspgcc version's API is based on TIs but they made some changes for
the USB FET kit :-( opening the port and attaching the target seems to
be a little different).
Don't be sad about they changes. They are good changes. The old API had
some clunky inefficient bits. With the latency of USB those became
unworkable. The new API performs better.
Regards,
Steve