MSP430F2132 and programming with LaunchPad – Spy-bi Wire

Microcontroller MSP430F2132 is programming 2-Wire JTAG (=SBW, Spy-bi Wire) or 4-Wire JTAG. MSP430 LaunchPad can programming SBW. On input reset (RST)

is connected pull-up resistor. If microcontroller isn’t connected, you will see error (fet: FET returned error code 4 (Could not find device (or device not supported)))

The supported microcontrollers are: down or datasheet here

This board is very easy. It has only microcotroller and Real Time Clock (RTC) PCF8563T. I will use RTC because have alarm output exact time (minutes, hours, day…).

If you use mspgcc, you have to rewrite in the makefile

Process of programming is same like in this video, just microcotroller MSP430G2553 change with MSP30F2132. (CCS 4)


Device pinout MSP430F2132:

Functional block diagram MSP430F2132:

Connection MSP430F2132 with LaunchPad:

(600DPi) Schematic Diagram:

R1 – 47K

R3 – 4K7

R4 – 4K7

R5 – 4K7

R6 – 4K7

C3,C4 – 18pF

Xtal – 32.768KHz

(600DPi) PCB:

(600DPi) Photo-etching PCB TOP:

(600DPi) Laser printing PCB BOTTOM:

Pictures of finished board (prototype).

(300DPi) Labels :

Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

The development boards are very popular. I decided to share this list. These boards are interesting, popular and cheap (to 30? – by farnell.com). If you click on the picture, you will be redirected in eshop, where you can buy…

You don’t do these steps. The repositories for Linux Mint and Ubuntu contains all packages. You have to install only gcc-msp430 (compilator), msp430-libc (other libraries – legacymsp430.h) and mspdebug (for debugging). sudo apt-get install gcc-msp430 msp430-libc mspdebug MSP430 can program…

Originaly, this board – Meteo v2, was designed like replacement of general analog thermometer which costs ~1 USD. But, thanks to comments of makers, the board was redesigned to versatile board which you can use for everthing you need. Meteo…

Practically every terminal blocks’ manufacturer already took over the technology and produces screwless terminal blocks and connectors. Our long-term partner, Euroclamp, is not an exception. In addition to the dominant range of traditional terminal blocks and plug-in connectors with screws,…

Whether you design own devices sometime you will need some tools for easier development of something. Maybe you made something what could be helpful for other makers. Maybe your helpful tool doesn’t sell. This article shows what everything could be…