This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux MSP-FET430UIF Support

Is MSP-FET430UIF supported in Linux version of CCS?

  • Hi Silver,

    yes the USB FET is supported in Linux.  However unfortunately I have heard that it might be temporarily broken.   I would give it a try and if you have issues please keep us informed.   Do not use the 5.4 beta for  this configuration.

    Best Regards,
    Lisa

  • Thank you, I will work on verifying this shortly.

  • Works perfect under Ubuntu 12.04.  Here are some tips:

    1) unzip the file into some folder, I unzipped into    ~/Downloads/CCS5.3.0.00090_linux

    2) go to terminal navigate to the file and run installation as sudo

    cd ~/Downloads/CCS5.3.0.00090_linux

    sudo ./ccs_setup_5.3.0.00090.bin 

    3) install into default directory which is /opt/ti

    4) navigate to emulator install scripts and run the scripts as sudo

    cd /opt/ti/ccsv5/install_scripts

    sudo ./install_drivers.sh 

    sudo ./msp430uif_install.sh

    5)  compiler will want to build some files during the first build so give it permissions

    cd /opt/ti/ccsv5/tools

    sudo chmod 757 -R ./

    You are done! this worked well for me.





  • HI Silver,

    glad to hear you found your way through the steps to a working setup.

    Thanks for the update and all the best with development.

    Best Regards,
    Lisa