MSP430

to be written...

Picture of how the ez430 usb stick can be used ;-)

Linux related

It worked out of the box but just 2 times... Mostly it didn't find the driver but 2 times when I was in the train (both times i was travelling the same route in the same direction) it magically worked out of the box but i couldn't repeat this effect...

To get it working you you have to do following steps with Ubuntu 8.10

  • Get rid of the firmware not found error by copy the firmware to the right directory (from ubuntu forums and related to this BUG):
 ...firmware: requesting ti_usb-3410.bin
 ...ti_download_firmware - firmware not found
 ...ti_usb_3410_5052: probe of X-X:X.X failed with error -5
 sudo cp /lib/firmware/$(uname -r)/ti_3410.fw /lib/firmware/ti_usb-3410.bin
  • load the correct config value:
    • with dmesg you will see wich port it is connected (e.g. 1-1 or 4-1)
 sudo bash -c'echo "2" > /sys/bus/usb/devices/{port}/bConfigurationValue'
 e.g.:   sudo bash -c'echo "2" > /sys/bus/usb/devices/1-1/bConfigurationValue'
  • TODO: write or find a udev command to do this...

ez430-F2013 USB FET

Sockets on the stick to conect target board with the programmer are (from Datasheet):

 Header: Mill-Max 850-10-004-20-001000
 Socket: Mill-Max 851-93-004-20-001000

Links

Trackback URL for this post:

http://www.2030.tk/trackback/212

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Use <fn>...</fn> to insert automatically numbered footnotes.
  • You can use the <go> tags just like the <a> for nicer urls.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.