python-msp430-tools
python-msp430-tools copied to clipboard
The project provides a number of scripts to work with the MSP430 embedded processor. Such as up/download firmware with JTAG, BSL or GDB (proxy) as well as working with different formats of binaries (i...
Trying to run msp430.bsl5.uart and getting the error "'bytearray' object has no attribute 'encode'". This is with Python 2.7.12. Is this a Python2 vs. Python3 issue? C:\work>python -m msp430.bsl5.uart -p...
The open() method in the MSP430Library class takes a string argument for the port. However, in Python 3 the call to MSP430_Initialize() requires a bytes argument, not a string argument....
I've this development kit, [MSP430 LCD Development Board MSP430 LCD KIT-C + MSP430F413 Microcontroller](http://www.ebay.com/itm/MSP430-LCD-Developmen-t-Board-MSP430-LCD-KIT-C-MSP430F413-Microcontroller-/141887824793). Full kit documentation can be [downloaded here](https://od.lk/f/NDVfMzMxNTAyOF8) (note some documents are in Chinese). When running the...