Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-21 Thread Daniel Beer
On Thu, Jul 21, 2011 at 03:00:38PM +0200, Hardy Griech wrote: > fet: FET returned error code 34 (Not supported by selected Interface) > fet: warning: message C_IDENT3 failed > : > : > > > Does the above warning do any harm? No, it's not a problem -- some tools need this configuration message, an

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-21 Thread Hardy Griech
On 21.07.2011 02:58, Xiaofan Chen wrote: >> You can add a few lines before the above section. >> >> if (usb_set_configuration(tr->handle, 1)< 0) { >> pr_error(__FILE__": can't set configuration 1"); >> usb_close(tr->handle); >> return -

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-20 Thread Xiaofan Chen
On Thu, Jul 21, 2011 at 6:54 AM, Xiaofan Chen wrote: >> olimex.c: Trying to open interface 0 on \\.\libusb0-0001--0x15ba-0x0002 >> olimex.c: can't claim interface: No error >> olimex.c: failed to open Olimex device >> hardy:~/src/mspdebug-0.16> >> >> That means: the JTAG is now (at least) seen my

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-20 Thread Xiaofan Chen
On Thu, Jul 21, 2011 at 4:27 AM, Hardy Griech wrote: > > Many thanks to you, Xiaofan.  I've downloaded libusb-win32 and installed > the filter. > > Now I'm getting the following output: > > hardy:~/src/mspdebug-0.16> mspdebug --usb-list > Devices on bus 000: >     000:000 15ba:0002 Olimex MSP-JTAG

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-20 Thread Hardy Griech
On 20.07.2011 04:37, Xiaofan Chen wrote: : > 1) Filter driver mode: easier, run the GUI Filter Wizard, in > this case, you can run the TI/IAR software along with > mspdebug. Be sure to use 1.2.x version (latest > release version is 1.2.4.0). : Many thanks to you, Xiaofan. I've downloaded libusb-w

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-19 Thread Xiaofan Chen
On Wed, Jul 20, 2011 at 7:49 AM, Daniel Beer wrote: > If your device is one that needs to be accessed via USB (no tty > support), then you might have more luck using MinGW and libusb-win32: > >    http://sourceforge.net/apps/trac/libusb-win32/wiki > > Although I haven't actually tried this... Cyg

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-19 Thread Xiaofan Chen
On Wed, Jul 20, 2011 at 3:31 AM, Hardy Griech wrote: > I'm trying to compile MSPDebug under Windows/Cygwin without success.  It > needs a minor modification to compile I think the issue is related to the fact the Cygwin gcc does not define WIN32 (only __CYGWIN__) and it does not like this line in

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-19 Thread Daniel Beer
On Tue, Jul 19, 2011 at 09:31:11PM +0200, Hardy Griech wrote: > I'm trying to compile MSPDebug under Windows/Cygwin without success. It > needs a minor modification to compile and then --usb-list does not show > anything connected. > > Have I missed something? Any ready-made MSPDebug for Windo

Re: [Mspgcc-users] MSPDebug version 0.16

2011-07-19 Thread Hardy Griech
Hi, I'm trying to compile MSPDebug under Windows/Cygwin without success. It needs a minor modification to compile and then --usb-list does not show anything connected. Have I missed something? Any ready-made MSPDebug for Windows out there? Thanks Hardy -

Re: [Mspgcc-users] MSPDebug version 0.16

2011-06-13 Thread Xiaofan Chen
On Tue, Jun 14, 2011 at 10:17 AM, Daniel Beer wrote: > MSPDebug version 0.16 is available. New features in this release are: > >    * Support for new chips: MSP430G2252, MSP430G2553, MSP430F235, >      MSP430F427. >    * Added GDB client driver. >    * Added support for Olimex MSP-JTAG-TINY rev 2.