dlbeer / mspdebug

Debugging tool for MSP430 MCUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSP-EXP430F5438 Firmware download failed

kapardine opened this issue · comments

I am trying to run RIOT-OS on MSP430 and am using mspdebug to program on Ubuntu 16.04 . It doesn't recognise the device connected and throws invalid errors. Result of the command 'mspdebug --usb-list' is:
002:009 2047:0010 FET430UIF (V3 firmware)
I guess it is v2 firmware as the interface being created is /dev/ttyACM0 ( when checked through dmesg).
Also no firmware is detected when done this 'mspdebug -U 002:009 uif'

image