| A minimalist guide to use IAR Embedded Workbench for MSP430 to program Orbit-Edu boards You can download a free evaluation version of IAR Embedded Workbench for MSP430 from www.iar.com I. Create a workspace and a project 1. If start from scratch:a. File->New->Workspace b. Project->Create New Project...: Select MSP430 for "Tool chain", Select "C---main" for "Project templates", Ok to save the project file. c. File->Save Workspace to save the workspace. Now you have a workspace with a project with an empty "main.c" to start with. 2. If start from other people's workspace: File->Open->Workshop 3. If start from other people's code (without workshop): Project->Options 1. Choose targeted device: 2. Configure the debugger: Under "Category," select "FET Debugger." Then select "Setup" tab on the right. Under "Connection," check "TI USB FET;" Change "Target VCC (in Volt)" to 3.3. The correct configuration is shown in the following figure. III. Build and Debug Project->Rebuild All Project->Debug (Make sure your USB FET is connected to the PC) IV Must Read Tutorials1. Help->MSP430 Embedded Workbench User Guide: 2. Hep->MSP430 C/C++ Compiler Reference Guide: |