I build it with mingw32 and tried it with a MSP-FET430UIF
E:\MSPGCC4>mspdebug -d com5 -j uif
MSPDebug version 0.16 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Trying to open UIF on com5...
Initializing FET...
uif: read error: Der Wartevorgang wurde abgebrochen.
fet: open failed
Trying again...
Initializing FET...
uif: read error: Der Wartevorgang wurde abgebrochen.
fet: open failed

cross checking with msp430-gdbproxy shows the fet working

E:\MSPGCC4>E:\mspgcc\bin\msp430-gdbproxy.exe msp430 --selftest-usb-fet TIUSB

Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc.
MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood

GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
use `--warranty' option. This is Open Source software. You are
welcome to redistribute it under certain conditions. Use the
'--copying' option for details.

notice:    msp430: TI USB FET self-test requested
debug: MSP430_Initialize()
debug: MSP430_FET_SelfTest()
notice:    msp430: Self test passed
debug: MSP430_Initialize()
debug: MSP430_Configure()
debug: MSP430_VCC(3000)
debug: MSP430_Identify()
info:      msp430: Target device is a 'MSP430F44x' (type 14)
debug: MSP430_Configure()
notice:    msp430-gdbproxy.exe: waiting on TCP port 2000

I am running Windows 7 64 bit


Am 27.07.2011 22:50, schrieb Luis Rossi:
Is it the 0.16 version at SourceForge?

On Wed, Jul 27, 2011 at 5:44 PM, Daniel Beer<dlb...@gmail.com>  wrote:

I've made some changes to MSPDebug and it now compiles with MinGW. To
compile it, you'll also need:

  - libregex
  - libusb-win32
  - libreadline (optional)

I've implemented serial port and socket IO for Windows. It should
hopefully work, but I haven't had a chance to test it with actual
hardware yet (I'm using QEMU). Serial ports are specified using their
usual Windows names, e.g.:

    mspdebug uif -d com3

Some things that don't work yet are:

  - you can interrupt serial port and socket IO with Ctrl+C, but not
    USB transfers. I could perhaps use CancelSynchronousIo() in the
    console control handler, but this would only work on Vista.

  - the "color" option doesn't work properly yet. As it is, it just
    spews ANSI control codes everywhere.

  - it still compiles on Linux, but I might've inadvertently broken
    the build on other platforms (Cygwin perhaps).

If anyone has time to test this with real hardware, any feedback would
be much appreciated.

- Daniel

--
D.L. Beer Engineering
www.dlbeer.co.nz


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users





------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey


_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to