Launchpad MSP 430 Programming with Linux

launchpad-msp-430-programming-with-linux



Mike Szczys from Hack a Day shows us how to Programming Launchpad MSP 430 with Linux. The basic method that people use to program their Launchpad MSP 430 is a Windows box but for those on Linux there is still hope.

“We’ll be working with Ubuntu 10.04 Lucid Lynx. When the Launchpad is connected to USB it is identified and mounted to /dev/ttyACM0. It’s not immediately apparent how to use the device but fortunately it can be done. To talk to the hardware for programming and debugging we’ll need to use MSPDebugger. For compiling our code we’ll be using the MSPGCC open source compiler package.”