Hello everebody. I am new in this field and i cannot connect msp430f5529LP with mspdebug.
This is my code:
$ dmesg ..... [ 5799.999208] usb 1-2: new full-speed USB device number 8 using xhci_hcd [ 5800.015833] usb 1-2: New USB device found, idVendor=0451, idProduct=2046 [ 5800.015842] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 5800.016156] usb 1-2: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes [ 5800.016464] hub 1-2:1.0: USB hub found [ 5800.016570] hub 1-2:1.0: 4 ports detected [ 5800.571488] usb 1-2.2: new full-speed USB device number 9 using xhci_hcd [ 5800.591067] usb 1-2.2: New USB device found, idVendor=2047, idProduct=0013 [ 5800.591075] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5800.591079] usb 1-2.2: Product: MSP Tools Driver [ 5800.591082] usb 1-2.2: Manufacturer: Texas Instruments [ 5800.591085] usb 1-2.2: SerialNumber: 644F0C4716002000 [ 5800.591367] usb 1-2.2: ep 0x81 - rounding interval to 1024 microframes, ep desc says 2040 microframes [ 5800.591406] usb 1-2.2: ep 0x83 - rounding interval to 1024 microframes, ep desc says 2040 microframes [ 5800.592584] cdc_acm 1-2.2:1.0: This device cannot do calls on its own. It is not a modem. [ 5800.592631] cdc_acm 1-2.2:1.0: ttyACM0: USB ACM device [ 5800.593641] cdc_acm 1-2.2:1.2: This device cannot do calls on its own. It is not a modem. [ 5800.593694] cdc_acm 1-2.2:1.2: ttyACM1: USB ACM device
and
biotin@debian:~/mikro$ mspdebug --usb-list
Devices on bus 004:
004:002 8087:0024
004:001 1d6b:0002
Devices on bus 003:
003:004 0489:e056
003:003 0bda:0129 [serial: 20100201396000000]
003:002 8087:0024
003:001 1d6b:0002
Devices on bus 002:
002:001 1d6b:0003
Devices on bus 001:
001:009 2047:0013
001:008 0451:2046
001:003 04f2:b33b
001:002 046d:c52f
001:001 1d6b:0002
biotin@debian:~/mikro$
connect attempt with debugger:
1)
biotin@debian:~/mikro$ mspdebug uif -d /dev/ttyACM1 MSPDebug version 0.22 - debugging tool for MSP430 MCUs Copyright (C) 2009-2013 Daniel Beer <dlbeer@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 /dev/ttyACM1 at 460800 bps... Initializing FET... comport: read error: Connection timed out fet: open failed Trying again... Initializing FET... comport: read error: Connection timed out fet: open failed biotin@debian:~/mikro$
2)
biotin@debian:~/mikro$ mspdebug rf2500 MSPDebug version 0.22 - debugging tool for MSP430 MCUs Copyright (C) 2009-2013 Daniel Beer <dlbeer@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. usbutil: unable to find a device matching 0451:f432
3)
biotin@debian:~/mikro$ mspdebug tilib MSPDebug version 0.22 - debugging tool for MSP430 MCUs Copyright (C) 2009-2013 Daniel Beer <dlbeer@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. tilib: can't find libmsp430.so: libmsp430.so: cannot open shared object file: No such file or directory
Which driver is Correct? What is wrong?
With Energia everything is ok.
Thank you guys.