IAR Kickstart startup instructions
- Start up the IAR Kickstart program. It is located under Start=>IAR Systems=>IAR Embedded Workbench KickStart for MSP430 V3=>IAR Embedded Workbench.
- Choose "Create new project in the current workspace."
- Choose your project template (I would suggest either c=>main or c++=>main.)
- Save your project to a location you can access from any machine, such as a flash drive or your Z: drive.
- Once your code is available, click anywhere inside the main window, then go to Project=>Options.
- In the option window, under the "General Options" category's "Target" tab, make sure that the correct Device is specified. For most of you, this will be either MSP430F2012 or MSP430F2013, or MSP430F2274.
- Under the "Debugger" category's "Setup" tab, ensure that the "Driver" option is set to "FET Debugger". (This will ensure that the code is actually loaded onto the device.)
- Under the "FET Debugger" category's "Setup" tab, make sure the "Connection" is set to "TI USB FET".
- Click the Debug button or go to Project=>Debug. When prompted, save your workspace in the same folder you saved your project. I would use the same name, but change the extension to .eww.
- That's it! You should be able to load code to the target boards as well as step-through debug your code.
Note: In the future, when you load the IAR Embedded Workbench you should have the choice of using your created workspace under the "Recent workspaces" list. If not, you'll have to click on "Open existing workspace" instead.