SLAU330B May   2011  – April 2017

 

  1.   Read This First
    1.     If You Need Assistance
    2.     Related Documentation from Texas Instruments
    3.     Trademarks
  2.   MSP-EXP430F5529 Experimenter's Board
    1. 1 Getting Started
      1. 1.1 MSP-EXP430F5529 Experimenter's Board Introduction
      2. 1.2 Kit Contents
    2. 2 User Experience Software
      1. 2.1 Introduction
      2. 2.2 Main Menu
      3. 2.3 Clock
      4. 2.4 Games
      5. 2.5 Power Tests
      6. 2.6 Demo Apps
      7. 2.7 SD Card Access
      8. 2.8 Settings Menu
    3. 3 Software Installation and Debugging
      1. 3.1 Software
      2. 3.2 Download the Required Software
      3. 3.3 Working With the Example Software
        1. 3.3.1 Basic Code Structure
    4. 4 MSP-EXP430F5529 Hardware
      1. 4.1 Hardware Overview
      2. 4.2 Jumper Settings and Power
      3. 4.3 eZ-FET Emulator
      4. 4.4 MSP-EXP430F5529 Hardware Components
        1. 4.4.1 Dot-Matrix LCD
        2. 4.4.2 Push Buttons, Potentiometer, and LEDs
        3. 4.4.3 Wireless Evaluation Module Interface
        4. 4.4.4 eZ430-RF2500T Interface
        5. 4.4.5 3-Axis Accelerometer
        6. 4.4.6 Pin Access Headers
    5. 5 Frequently Asked Questions, References, and Schematics
      1. 5.1 Frequently Asked Questions
      2. 5.2 References
      3. 5.3 Schematics and BOM
  3.   Revision History

Working With the Example Software

The MSP-EXP430F5529 example software is written in C and offers APIs to control the MSP430F5529 chip and external components on the MSP-EXP430F5529 Experimenter's Board. New application development can use this library for guidance.

The example software can be downloaded from the MSP-EXP430F5529 tools page, MSP-EXP430F5529 Experimenter's Board User Experience Software. The zip package includes the MSP-EXP430F5529 example software. The code is ready for compilation and execution.

To modify, compile, and debug the example code the following steps should be followed:

  1. If you have not already done so, download the sample code from the MSP-EXP430F5529 tools page.
  2. Install 5529UE-x.xx-Setup.exe installation package to the PC.
  3. Connect the MSP-FET430UIF programmer to the PC. If you have not already done so, install the drivers for the programmer.
  4. Connect one end of the 14-pin cable to JTAG programmer and another end to the JTAG header on the board.
  5. Open CCS and select a workspace directory (see Figure 3).
select_ccs_workspace_slau330.pngFigure 3. Selecting a CCS Workspace
  • Select Project > Import Existing CCS/CCE Eclipse Project.
  • Browse to the extracted project directory. The project should now show up in the Projects list (see Figure 4).
  • Make sure the project is selected, and click Finish.
open_existing_project_slau330.pngFigure 4. Opening Existing Project

The project is now open. To build, download, and debug the code on the device on the MSP-EXP430F5529 Experimenter's Board, select Target > Debug Active Project or click the green 'bug' button.

You may be prompted to update the firmware on the MSP-FET430UIF programmer. Do not be concerned; click the button that says Update, and the program download should continue as expected.

NOTE

To begin developing your own application, follow these steps:

  1. Download and install a supported IDE:
  2. Code Composer Studio – Free 16KB IDE: www.ti.com/ccs

    IAR Embedded Workbench KickStart – Free 8KB IDE: www.ti.com/iar-kickstart

  3. Connect the MSP-EXP430F5529 Experimenter's Board "eZ-FET" USB to the PC.
  4. Download and debug your application.