Texas Instruments MSP430 CPU Support Package

This package contains project templates and system files for the Texas Instruments MSP430.

Package Installation Instructions

To install this support package using CrossStudio:

  1. Click the Tools > Package Manager menu option to open the package manager window.
  2. Right click on the Texas Instruments MSP430 CPU Support Package entry and select Install Selected Packages.
  3. Click Next to take you to the summary page.
  4. Click Next to install the package.
  5. Click Finish to close the package manager window.

Alternatively, to manually install this support package:

  1. Download the file msp430.hzq using your web browser.
  2. Click the Tools > Manually Install Packages menu option.
  3. Select the file you have just downloaded to install the package.

Package Version History

1.12

1.11

1.10

1.9

1.8

1.7

1.6

1.5

1.4

1.3

1.2

1.1

1.0

Project Templates

Project templates are provided to create the following project types:

Header and Memory Map Files

Memory map files are provided for each supported MSP430 device. The appropriate memory map is selected based on the Target project property group value.

Header files are provided for each supported MSP430 device. The top level file msp430.h will include the appropriate file based on the Target project property group value.

MSP430.dll

A build of the TI MSP430.dll is provided that interfaces to FET430UIF and eZ430/LaunchPad devices.

On Linux and Windows the standard TUSB3410 Virtual COM Port Driver is used to communicate with the FET430UIF and the eZ430-F2013.

On MacOS the unofficial TUSB3410 Virtual COM Port Driver can be used to communicate with the FET430UIF and the eZ430-F2013. On Solaris (and MacOS hosts without the VCP driver installed) the TUSB3410 USB interface chip needs to have a program loaded onto it. For MacOS hosts this process is done by the MSP430.dll when you connect to the target. For Solaris hosts you will need to load the TUSB3410 each time that you plug in the FET430UIF by running the program ~/.rowley_associates_limited/crossworks_for_msp430/packages/targets/msp430/loadtusb3410 from a command shell and then following the instructions that are output.

Firmware update of FET430UIF is provided on hosts that are connected using TUSB3410 Virtual COM Port Driver.

The eZ430-RF/LaunchPad devices are supported on Linux, MacOS and Windows hosts. On MacOS you'll need to install a codeless kext to prevent the MacOS HID driver from claiming the device. There are some instructions on how to do this here. Note that on MacOS you'll need to unplug the ez430-RF/LaunchPad before a target connect.

The MSP430.dll target interface property Port Name is set to be USB by default and will connect to an eZ430-RF/LaunchPad device in preference to any FET430UIF/eZ430-F2013 devices. You can right click on the target in the targets window prior to connection to set the Port Name from a list of potentially applicable device names.