hi guys,
i am new here.
i am a linux user, so i have my inhibitions of going back to windows just so that this kit could work as i beleive it is very much possible in windows too.
so the thing is..
i used CCSv5.2 to make a blinking LED Project and used the 'debug' option to get the code into the device.
my device is msp430 Launchpad.
the error message is as folows.
//------------------------------------------
Error initializing emulator:
No USB FET was found
//------------------------------------------
to look into things i disconnected the Launchpad from the USB and reconnected it.
the kernel message log gave the following message.
//----------------------------------------------------------------------------------------------------------
[ 3077.760134] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[ 3077.796775] usb 3-4: New USB device found, idVendor=0451, idProduct=f432
[ 3077.796783] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3077.796788] usb 3-4: Product: Texas Instruments MSP-FET430UIF
[ 3077.796792] usb 3-4: Manufacturer: Texas Instruments
[ 3077.796795] usb 3-4: SerialNumber: 2EFF426C50144B46
[ 3077.797050] usb 3-4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[ 3077.802856] cdc_acm 3-4:1.0: This device cannot do calls on its own. It is not a modem.
[ 3077.802865] cdc_acm 3-4:1.0: No union descriptor, testing for castrated device
[ 3077.802891] cdc_acm 3-4:1.0: ttyACM0: USB ACM device
[ 3087.862748] hid-generic 0003:0451:F432.0003: usb_submit_urb(ctrl) failed: -1
[ 3087.862790] hid-generic 0003:0451:F432.0003: timeout initializing reports
[ 3087.863722] hid-generic 0003:0451:F432.0003: hiddev0,hidraw0: USB HID v1.01 Device [Texas Instruments Texas Instruments MSP-FET430UIF] on usb-0000:00:14.0-4/input1
//-------------------------------------------------------------------------------------------------------------
and when i run the lsusb command.
//-----------------------------------------------------------------------------------------------------------------
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 003: ID 0451:f432 Texas Instruments, Inc. eZ430 Development Tool
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 15d9:0a4f Trust International B.V.
Bus 001 Device 003: ID 8087:07da Intel Corp.
Bus 001 Device 004: ID 147e:1002 Upek
Bus 002 Device 003: ID 05ca:1823 Ricoh Co., Ltd
//--------------------------------------------------------------------------------------------------------------------
is the msp430 Launchpad an ez430 development tool?
i didnt knw that....
also... if it shows it as a device.. why cant i connect to it..
anybody has any idea...
if any more data is needed, i am happy to provide that too...