Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 832 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 832 Bytes

CI

MSP430 Python Tools

Currently only supports Python 2.7

Install

git clone https://github.com/statropy/ti_msp430_python_tools
sudo apt install python2 virtualenv
virtualenv --python=$(which python2) ./msp430-env
source ./msp430-env/bin/activate
cd ti_msp430_python_tools/python-msp430-tools
python setup.py install

Program MSP-EXP430F5529LP

Make sure that you are in a shell within the msp430-env.

jkridner@slotcar:~/workspace/beagleconnect/sw/ti_msp430_python_tools$ source msp430-env/bin/activate
(msp430-env) jkridner@slotcar:~/workspace/beagleconnect/sw/ti_msp430_python_tools$
  • Hold down BSL button
  • Connect USB cable to host to power-on
  • Release BSL button
  • python -m msp430.bsl5.hid_1 -e -P <filename>