This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The ez-Fet interface of my FRAM launchpad development kit does not work on linux with mspdebug:
> 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.
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
No unused FET found.
I've compiled from sources MSP430.DLL and also I tried with mspdebug and MSP430.DLL that came with Energia but without success.
The same behavior on ubuntu 12.04 and ubuntu 14.04.
Someone can confirm that on linux with mspdebug or Energia the FRAM launchpad works fine?
What I missing?
Greetings
Attilio
ps. the usb drivers works as expected:
> lsusb
...
Bus 002 Device 013: ID 2047:0013 Texas Instruments
I solved the problem with fram launchpad on ubuntu 14.04.
I followed the http://www.colotronics.blogspot.com.ar/2014/08/msp430-toolchain-in-ubuntu-1404-with.html instructions.
I use http://www.ti.com/lit/sw/slac460j/slac460j.zip instead of slac460i.zip (that I suppose is also fine)
The udev rules that works for ubuntu14.04:
SUBSYSTEM=="usb", ATTR{idVendor}=="2047", ATTR{idProduct}=="0013", MODE="0666", GROUP="dialout"
Pay close attention at the 14.04 udev syntax and at the product id: my launchpad return 0013 and not 0010.
Greetings
Attilio
**Attention** This is a public forum