SLAU176E February   2006  – March 2019

 

  1.   eZ430-F2013 Development Tool
    1.     Trademarks
    2. eZ430-F2013 Overview
    3. Kit Contents, eZ430-F2013
    4. Software Installation
    5. Hardware Installation
    6. Flashing the LED Demo Using IAR Embedded Workbench IDE
    7. Flashing the LED Demo Using Code Composer Studio IDE
    8. Using the MSP430F2013 Target Board and Debugging Interface Independently
    9. Where To Go For More Information
    10. Frequently Asked Questions
    11. 10 Schematics
  2.   Revision History

Flashing the LED Demo Using Code Composer Studio IDE

This section describes how to setup a project for the eZ430-F2013 and download the application to the MSP430F2013. The sample program will blink the LED on the MSP-EZ430D target board.

Start CCS (Start → Programs → Texas Instruments → Code Composer Studio v4 → Code Composer Studio v4).

  1. Project → Import Existing CCS/CCE Eclipse Project
  2. Select Root Directory: C:\Program Files\Texas Instruments\CCSv4\msp430\examples\example projects\msp430x2xx C Example
  3. Click Finish.
  4. Use Target → Debug Active Target to begin the debug session.
  5. If there is a device mismatch, click ignore.
  6. Use Target → Run to start the application.
  7. Observe blinking LED.
  8. Use Target → Terminate All to exit debug session.
  9. Use File → Exit to exit the IDE.

Congratulations, you've just built and tested your first MSP430 application.