MSP430 News, Projects and Forums

Tutorial : Use Your Launchpad as a BSL Programmer

Tutorial : Use Your Launchpad as a BSL Programmer

Mar 28, 2013

Kerry wrote in to let us know about his adventure in boot strap loading[BSL] his Launchpad to program his MSP430F5172 development board. Since he did not have a JTAG on hand and the MSP430F5172 does not support SBW programming**, he planned to use the Launchpad as a BSL. Fortunately, most of the MSP430 devices can be programmed using the built-in BSL...

Tutorial : Code::Blocks and MSPGCC

Tutorial : Code::Blocks and MSPGCC

Mar 13, 2013

Yyrkoon from the Forum put up a helpful tutorial on how to get MSPGCC integrated into Code::Blocks. To make a few points clear, he also put in a few video minutes to illustrate the harder steps. This how-to is primarily for Windows users. However, paths aside most of this information should be applicable for Linux users as well. Technically, this should also...

Illustrated guide to interfacing Maxim OneWire to the Launchpad

Illustrated guide to interfacing Maxim OneWire to the Launchpad

Jun 30, 2012

Karve has put up a very good writeup on interfacing the DS18B20 temperature sensor to the Launchpad. This Maxim series temperature sensor works on the Maxim OneWire protocol which needs a single contact serial interface. Karve’s post also shows  timing diagrams detailing his OneWire bitbang interface. David also let us know he has a blog post on the...

The Signal Path – Passive Filters, Data Transmission and Equalization

The Signal Path – Passive Filters, Data Transmission and Equalization

Mar 27, 2012

Shahriar, the blogger from The Signal Path has new tutorials put up since we last checked. The latest one is on filters. In this episode Shahriar explores the world of filters! Starting from a simple lumped RC filter, he briefly covers the theory before moving onto measurement techniques. The bandwidth of the filter is verified experimentally in the time...

[Tutorial] Display Internal Temperature Sensor Readings on a Nokia 5110 LCD

[Tutorial] Display Internal Temperature Sensor Readings on a Nokia 5110 LCD

Mar 24, 2012

oPossum has written a detailed tutorial on converting the internal temperature ADC reading to useful values, along with code: TI has some sample code for the internal temperature sensor(SLAU144), but it does not explain how to scale the ADC reading to useful units of degrees. Here is a step-by-step explanation of how to do the scaling with integer math for...

Eclipse Plugin for MSP430-gcc and MSPDebug

Eclipse Plugin for MSP430-gcc and MSPDebug

Nov 24, 2011

XPG has been working hard to develop a plugin for MSP430-gcc and MSPDebug… and it looks like he’s come to a workable solution. He’s made sure it works with the latest version of Eclipse Indigo. If installing from source or the command line intimidates you, then this is a perfect method to install an open source development environment for the...