Introduction

This tutorial describes how to install and configure mspgcc, msp430-gdbproxy and Eclipse to program and debug MSP430 microcontrollers on Windows.

The resulting setting is functional but debugging long code is slow. For a better solution look at msp430gcc on Eclipse with mspdebug

 

What is needed?

Step 1: Download

Step 2: Install

Step 3: Test

Step 4: Setting up Eclipse

add msp430gcc to your path. This can be doen either through the windows control panel by adding a global variable or by creating a simple .bat script that setups the right path.

start eclipse and choose a workspace folder.

 

Step 5: Compiling some code


Step 6: Debugging

Known Issues

References