The Texas Instruments MSP430™ family of ultra low-power micro-controllers consists of several
devices featuring different sets of peripherals targeted for various applications. The architecture,
combined with five low-power modes, is optimized to achieve extended battery life in portable
measurement applications. The device features a powerful 16-bit RISC CPU, 16-bit registers, and
constant generators that contribute to maximum code efficiency. The digitally controlled oscillator (DCO)
allows wake up from low-power modes to active mode in less than 5 μs.
Schematic
The Experimenter’s board provides the micro-controller, an RS232 serial port, a JTAG header for
software debugging, 2 low-dropout voltage regulators and a prototyping area. The standard microcontroller is the MSP430F5132 in the 38 pin TSSOP package. This chip features 8K of flash and 1K of
SRAM memory. The board is also available with the MSP430F5172 (32K flash, 2K SRAM) for
applications which require more memory.
The JTAG header (J1) is used to connect the MSP-FET430UIF. The MSP-FET430UIF is and incircuit programming/debugging tool made by Texas Instruments. It is not included with the F5132EX but
can be purchased from any large distributor of TI products such as Digi-Key. The Code Composer Studio
IDE can be downloaded for free from www.ti.com and provides the assembler and C compiler.
F5132EX User’s Guide Rev. 1.1 – Apr./2016Page 2
The JTAG Header
Prototyping Area
The prototyping area has pads for 3 TSSOP devices (up to 20 pins), 3 SOIC devices (up to 20
pins), 4 DPAKs, 4 SOT-23, a 2mm header (10x2), a 1.5mm header (1x6), various DIPs and .1” headers,
and many 2 terminal devices (both surface mount and through hole); such as resistors, capacitors and
diodes. The port pins on the MSP430F5132 are broken out to SIP pads at the edge of the prototyping
area. Note: the following port signals are not bonded out on the 38 pin TSSOP package: ports 3.4, 3.7,
J.4 J.5 and J.7. Pins J.0 thru J.3 are not available when using the JTAG debugger.
The F5132EX board can be powered in from either the MSP430-FET debugger or through the on
board 3.3V regulator. When powering from the MSP430-FET debugger remove jumper JP3 and short
pins 2 & 3 on JP1 (see photo below). When powering from the on board regulator, install jumper JP3 and
short pins 1 & 2 on JP1.
The main on board voltage regulator is a 3 amp, 3.3 volt low-dropout linear regulator. There is
also a 100 milliamp, 5 volt auxiliary regulator for powering analog circuits. A screw terminal connector
(W1) is provided for connecting to batteries or an external DC power supply. Maximum input voltage on
W1 is 15 volts.
Using MSP430-FET Power
F5132EX User’s Guide Rev. 1.1 – Apr./2016Page 4
Using Battery (or DC supply) Power
Minimum input voltages (on W1) for proper regulation:
3.8 volts if using only the 3.3V supply
5.5 volts if using both the 3.3V and 5 volt supplies
F5132EX User’s Guide Rev. 1.1 – Apr./2016Page 5
The Demo Program
The F5132EX board is factory programmed with a simple demo program. To use the demo: leave
the jumpers in their factory setting, connect the board to a PC serial port using the cable included, start
up a terminal program on the PC (Hyperterm or Tera Term, for example) set the port for 9600 bps, 1 stop,
no parity, HW control off. Connect the F5132EX to a DC power supply or battery using connector W1.
You will see the banner on the PC:
***********************************
* EA Electronics *
* MSP430F5132 Demo Program V1.0 *
***********************************
If you type a line in lower case on the terminal program, the demo program echoes back the line
in upper case after you hit the enter key. So if you type:
now hear this.
Followed by the enter key, the program echoes back :
NOW HEAR THIS.
The program also configures all port pins (except P1.1 & P1.2) as outputs and toggles them twice
a second.