Tool/software: Code Composer Studio
HI!
I am trying to get the MSP430 USB Firmware Updater python software to work on my Mac. I can scan and connect to my MSP430 in BSL mode, but when I flash I get this error:
opening HID device <hid.device object at 0x105453330>
Mass erase...
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1536, in __call__
return self.func(*args)
File "TargetGUI.py", line 280, in selectFile
self.doLoad(file)
File "TargetGUI.py", line 187, in doLoad
self.open_connection()
File "TargetGUI.py", line 220, in open_connection
self.bsl5Target.BSL_RX_PASSWORD('\xff'*30 + '\0'*2)
File "/Users/thibaulthelle/Downloads/Python_Firmware_Upgrader/python-msp430-tools/msp430/bsl5/bsl5.py", line 99, in BSL_RX_PASSWORD
answer = self.bsl(BSL_RX_PASSWORD, password, expect=0)
File "/Users/thibaulthelle/Downloads/Python_Firmware_Upgrader/python-msp430-tools/msp430/bsl5/hid_1.py", line 66, in bsl
self.write_report(txdata)
File "/Users/thibaulthelle/Downloads/Python_Firmware_Upgrader/python-msp430-tools/msp430/bsl5/hid_1.py", line 178, in write_report
return self.hid_device.write(data)
File "hid.pyx", line 82, in hid.device.write (hid.c:1789)
ValueError: not open
Thanks in advance!
Kind regards,
Ramtin