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

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…

CH32V microcontrollers – you’ve probably heard of them. They are sold at a ridiculously low price but come with a very decent set of features, plus they are available in a solder-friendly package. Among the peripherals, you’ll find not only…

STMicroelectronics released a new version of programmer and debugger called STLINK. STLINK-V3SET contains new features for programming of STM8 and STM32 which you really use. STLINK-V3SET contains programming interface like JTAG, SWD and also SWIM (Single-Wire Interface Module). STLINK in…

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…

Discover the Genesis IoT Discovery Lab – an open, modular platform for rapid prototyping and electronics education! Plug-and-play modules and a baseboard coming soon to CrowdSupply – will it find its place in schools and clubs?

The fourth part of STM32duino tutorial we will check the I2C bus. We connect the temperature and humidity sensor Si7021 to default I2C and also to alternative connection of I2C bus. Note: I2C on STM32(G071) was tested on 12.6.2023 with…

Trends