to the MSP430x4xx Family User’s Guide,
Literature Number SLAU056
The Texas Instruments MSP430family ofultra-low power microcontrollers 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. Thedigitally controlled oscillator (DCO) allows wake-up from low-power modesto activemode in less
than 6 μs.
The MSP430F42xA series are microcontroller configurations with three independent 16-bit sigma-delta A/D
converters, each with an integrated differential programmable gain amplifier input stage. Also included are a
built-in 16-bit timer, 128 LCD segment drive capability, hardware multiplier, and 14 I/O pins.
Typical applications include high-resolution applications such as handheld metering equipment, weigh scales,
and energy meters.
This integrated circuit can be damaged by ESD. Texas Instruments recommends that all integrated circuits be handled with
appropriate precautions. Failure to observe proper handling and installation procedures cancause damage. ESD damagecan range
from subtle performance degradation to complete device failure. Precision integrated circuits may be more susceptible to damage
because very small parametric changes could cause the device not to meet its published specifications. These devices have limited
built-in ESD protection.
Please be aware that an important notice concerning availability, standard warranty, and use in critical applications of
Texas Instruments semiconductor products and disclaimers thereto appears at the end of this data sheet.
PRODUCTION DATA information is current as of publication date.
Products conform to specifications per the terms of Texas Instruments
standard warranty. Production processing does not necessarily include
testing of all parameters.
TDO/TDI54I/OTest data output port. TDO/TDI data output or programming data input terminal.
TDI/TCLK55ITest data input or test clock input. The device protection fuse is connected to TDI.
TMS56ITest mode select. TMS is used as an input port for device programming and test.
TCK57ITest clock. TCK is the clock input port for device programming and test.
RST/NMI58IReset input or nonmaskable interrupt input port
P2.5/URXD059I/OGeneral-purpose digital I/O / receive data in—USART0/UART mode
P2.4/UTXD060I/OGeneral-purpose digital I/O / transmit data out—USART0/UART mode
P2.3/SVSIN61I/OGeneral-purpose digital I/O / Analog input to brownout, supply voltage supervisor
AV
SS
DV
SS
AV
CC
I
ODESCRIPTION
General-purpose digital I/O/ external clock input-USART0/UART orSPI mode, clock output—USART0/SPI
mode / LCD segment output 24 (See Note 1)
General-purpose digital I/O / Timer_A Capture: CCI2A input, Compare: Out2 output / LCD segment output
25 (See Note 1)
General-purpose digital I/O / slave out/master in of USART0/SPI mode / LCD segment output 26
(See Note 1)
General-purpose digital I/O / slave in/master out of USART0/SPI mode / LCD segment output 27
(See Note 1)
48I/O
50I/OGeneral-purpose digital I/O / SVS: output of SVS comparator / LCD segment output 30 (See Note 1)
62
63Digital supply voltage, negative terminal
64
General-purpose digital I/O / Timer_A and SD16 clock signal TACLK input / ACLK output (divided by 1,
2, 4, or 8) / LCD segment output 28 (See Note 1)
General-purpose digital I/O/ Timer_A, Capture: CCI1A, CCI1B input, Compare: Out1 output / LCD segment
output 31 (See Note 1)
General-purpose digital I/O / Timer_A, Capture: CCI0B input / MCLK output.
Note: TA0 is only an input on this pin / BSL receive
Analog supply voltage, negative terminal. Supplies SD16, SVS, brownout, oscillator, and LCD resistive
divider circuitry.
Analog supply voltage, positive terminal. Supplies SD16, SVS, brownout, oscillator, and LCD resistive
divider circuitry; must not power up prior to DV
CC
.
NOTE 1: LCD function is selected automatically when applicable LCD module control bits are set, not with PxSEL bits.
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
5
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
short-form description
CPU
The MSP430 CPU has a 16-bit RISC architecture
that is highly transparent to the application. All
operations, other than program-flow instructions,
areperformedasregisteroperationsin
conjunction with seven addressing modes for the
source operand and four addressing modes for
the destination operand.
The CPU is integrated with 16 registers that
provide reduced instruction execution time. The
register-to-register operation execution time is
one cycle of the CPU clock.
Four of the registers, R0 to R3, are dedicated as
program counter, stack pointer, status register,
andconstantgenerator,respectively. The
remainingregistersaregeneral-purpose
registers.
Peripherals are connected to the CPU using data,
address, and control buses, and can be handled
with all instructions.
instruction set
The instruction set consists of 51 instructions with
three formats and seven address modes. Each
instruction can operate on word and byte data.
Table 1 shows examples of the three types of
instruction formats; the address modes are listed
in Table 2.
The MSP430 has one active mode and five software-selectable low-power modes of operation. An interrupt
event can wake up the device from any of the five low-power modes, service the request, and restore back to
the low-power mode on return from the interrupt program.
The following six operating modes can be configured by software:
DActive mode (AM)
--All clocks are active.
DLow-power mode 0 (LPM0)
--CPU is disabled.
ACLK and SMCLK remain active, MCLK is available to modules.
FLL+ loop control remains active.
DLow-power mode 1 (LPM1)
--CPU is disabled.
ACLK and SMCLK remain active, MCLK is available to modules.
FLL+ loop control is disabled.
DLow-power mode 2 (LPM2)
--CPU is disabled.
MCLK, FLL+ loop control, and DCOCLK are disabled.
DCO dc generator remains enabled.
ACLK remains active.
DLow-power mode 3 (LPM3)
--CPU is disabled.
MCLK, FLL+ loop control, and DCOCLK are disabled.
DCO dc generator is disabled.
ACLK remains active.
DLow-power mode 4 (LPM4)
--CPU is disabled.
ACLK is disabled.
MCLK, FLL+ loop control, and DCOCLK are disabled.
DCO dc generator is disabled.
Crystal oscillator is stopped.
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
7
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
interrupt vector addresses
The interrupt vectors andthe power-upstarting address are located in the address range of0FFFFh to0FFE0h.
The vector contains the 16-bit address of the appropriate interrupt-handler instruction sequence.
3. (Non)maskable: the individual interrupt-enable bit can disable an interrupt event, but the general interrupt-enable cannot.
4. A reset is generated if the CPU tries to fetch instructions from within the module register memory address range (0h to 01FFh) or
from within unused address ranges (from 0600h to 0BFFh).
NMIIFG (see Notes 1 and 3)
OFIFG (see Notes 1 and 3)
ACCVIFG (see Notes 1 and 3)
SD16CCTLx SD16OVIFG,
CCIFGs, and TACTL TAIFG
WDTIFG
KEYV
(see Note 1)
SD16CCTLx SD16IFG
(see Notes 1 and 2)
TACCR1 and TACCR2
(see Notes 1 and 2)
P1IFG.0toP1IFG.7
(see Notes 1 and 2)
P2IFG.0toP2IFG.7
(see Notes 1 and 2)
Reset0FFFEh15, highest
(Non)maskable
(Non)maskable
(Non)maskable
Maskable0FFF8h12
Maskable0FFEAh5
Maskable0FFE8h4
Maskable0FFE2h1
0FFFCh14
0FFFAh13
0FFF6h11
0FFEEh7
0FFE6h3
0FFE4h2
8
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
special function registers
Most interruptand module enable bits are collected into the lowest address space. Special function register bits
that are not allocated to a functional purpose are not physically present in the device. Simple software access
is provided with this arrangement.
interrupt enable 1 and 2
Address
0hURXIE0ACCVIENMIIE
76540
UTXIE0OFIEWDTIE
rw–0rw–0rw–0
rw–0rw–0rw–0
32 1
WDTIE:Watchdog timer interruptenable. Inactive if watchdog modeis selected. Active if watchdogtimer
Legend: rw--0,1:Bit can be read and written. It Is reset or set by PUC.
76540321
rw--(0,1):Bit can be read and written. It Is reset or set by POR.
SFR Bit Not Present in Device.
memory organization
MSP430F423AMSP430F425AMSP430F427A
Memory
Interrupt vector
Code memory
Information memorySize256 Byte
Boot memorySize1kB
RAMSize256 Byte
Peripherals16 bit
Size
Flash
Flash
8bit
8-bit SFR
8KB
0FFFFh to 0FFE0h
0FFFFh to 0E000h
010FFh to 01000h
0FFFh to 0C00h
02FFh to 0200h
01FFh to 0100h
0FFh to 010h
0Fh to 00h
32 1
16KB
0FFFFh to 0FFE0h
0FFFFh to 0C000h
256 Byte
010FFh to 01000h
1kB
0FFFh to 0C00h
512 Byte
03FFh to 0200h
01FFh to 0100h
0FFh to 010h
0Fh to 00h
0FFFFh to 0FFE0h
0FFFFh to 08000h
256 Byte
010FFh to 01000h
0FFFh to 0C00h
05FFh to 0200h
01FFh to 0100h
0FFh to 010h
0Fh to 00h
32KB
1kB
1KB
bootstrap loader (BSL)
The MSP430 bootstrap loader (BSL) enables users to program the flash memory or RAM using a UART serial
interface. Access to the MSP430 memory via the BSL is protected by user-defined password. For complete
description of the features of the BSLand itsimplementation, see the application report Features of the MSP430Bootstrap Loader, literature number SLAA089.
BSL FUNCTIONPM PACKAGE PINS
Data transmit53 - P1.0
Data receive52 - P1.1
10
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
K
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
flash memory
The flash memory can be programmed via the JTAG port, the bootstrap loader, or in-system by the CPU. The
CPU c an perform single-byteand single-wordwrites tothe flash memory.Features ofthe flash memory include:
DFlash memory has n segments of main memory and two segments of information memory (A and B) of
128 bytes each. Each segment in main memory is 512 bytes in size.
DSegments 0 to n may be erased in one step, or each segment may be individually erased.
DSegments A and B can be erased individually, or as a group with segments 0 to n.
Segments A and B are also called information memory.
DNew devices may have some bytes programmed in the information memory (needed for test during
manufacturing). The user should perform an erase of the information memory prior to the first use.
8KB
0FFFFh
0FE00h
0FDFFh
0FC00h
0FBFFh
0FA00h
0F9FFh
0E400h
0E3FFh
0E200h
0E1FFh
0E000h
010FFh
01080h
0107Fh
01000h
16KB
0FFFFh
0FE00h
0FDFFh
0FC00h
0FBFFh
0FA00h
0F9FFh
0C400h
0C3FFh
0C200h
0C1FFh
0C000h
010FFh
01080h
0107Fh
01000h
B
32
0FFFFh
0FE00h
0FDFFh
0FC00h
0FBFFh
0FA00h
0F9FFh
08400h
083FFh
08200h
081FFh
08000h
010FFh
01080h
0107Fh
01000h
Segment 0
With Interrupt Vectors
Segment 1
Segment 2
Main Memory
Segment n--1
Segment n
Segment A
Information Memory
Segment B
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
11
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
peripherals
Peripherals are connected to the CPU through data, address, and control buses and can be handled using all
instructions. For complete module descriptions, see the MSP430x4xx Family User’s Guide, literature number
SLAU056.
oscillator and system clock
The clock system in the MSP430F42xA family of devices is supported by the FLL+ module, which includes
support for a 32768-Hz watch crystal oscillator, an internal digitally-controlled oscillator (DCO), and a
high-frequency crystal oscillator. The FLL+ clock module is designed to meet the requirements of both low
system cost and low power consumption. The FLL+ features digital frequency locked loop (FLL) hardware that,
in conjunction with a digital modulator, stabilizes the DCO frequency to a programmable multiple of the watch
crystal frequency. The internal DCO provides a fast turn-on clock source and stabilizes in less than 6 μs. The
FLL+ module provides the following clock signals:
DAuxiliary clock (ACLK), sourced from a 32768-Hz watch crystal or a high-frequency crystal.
DMain clock (MCLK), the system clock used by the CPU.
DSub-Main clock (SMCLK), the subsystem clock used by the peripheral modules.
DACLK/n, the buffered output of ACLK, ACLK/2, ACLK/4, or ACLK/8.
brownout, supply voltage supervisor (SVS)
The brownout circuit is implemented to provide the proper internal reset signal to the device during power on
and power off. The SVS circuitry detects if the supply voltage drops below a user-selectable level and supports
both supply-voltage supervision (the device is automatically reset) and supply-voltage monitoring (SVM) (the
device is not automatically reset).
The CPU begins code execution after the brownout circuit releases the device reset. However, V
have ramped to V
reaches V
CC(min)
CC(min)
. If desired, the SVS circuit can be used to determine when VCCreaches V
at that time. The user must ensure the default FLL+ settings are not changed until V
CC(min)
digital I/O
There are two 8-bit I/O ports implemented—ports P1 and P2 (only six P2 I/O signals are available on external
pins):
DAll individual I/O bits are independently programmable.
DAny combination of input, output, and interrupt conditions is possible.
DEdge-selectable interrupt input capability for all the eight bits of port P1 and six bits of P2.
DRead/write access to port-control registers is supported by all instructions.
NOTE:
Six bits of port P2 (P2.0 to P2.5) are available on external pins, but all control and data bits for port
P2 are implemented.
Basic Timer1
CC
.
may not
CC
The Basic Timer1 has two independent 8-bit timers that can be cascaded to form a 16-bit timer/counter. Both
timers can be read and written by software. The Basic Timer1 can be used to generate periodic interrupts and
clock for the LCD module.
LCD drive
The LCD driver generates the segment and common signals required to drive an LCD display. The LCD
controller has dedicated data memory to hold segment drive information. Common and segment signals are
generated as defined by the mode. Static, 2-MUX, 3-MUX, and 4-MUX LCDs are supported by this peripheral.
12
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
A
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
watchdog timer (WDT+)
The primary function of the WDT+ module is to perform a controlled system restart after a software problem
occurs. If the selected time interval expires, a system reset is generated. If the watchdog function is not needed
in anapplication, the module can be configured asan interval timer and can generate interruptsat selected time
intervals.
Timer_A3
Timer_A3 is a 16-bit timer/counter with three capture/compare registers. Timer_A3 can support multiple
capture/compares, PWM outputs, and interval timing. Timer_A3 also has extensive interrupt capabilities.
Interrupts may be generated from the counter on overflow conditions and from each of the capture/compare
registers.
The MSP430F42xA devices have one hardware USART peripheral module (USART0) that is used for serial
data communication. The USART supports synchronous SPI (3 or 4 pin) and asynchronous UART
communication protocols, using double-buffered transmit and receive channels.
hardware multiplier
The multiplication operation is supported by a dedicated peripheral module. The module performs 16×16,
16×8, 8×16, and 8×8 bit operations. The module is capable of supporting signed and unsigned multiplication,
as well as signed and unsigned multiply and accumulateoperations. Theresult of an operation can be accessed
immediately after the operands have been loaded into the peripheral registers. No additional clock cycles are
required.
SD16
The SD16 moduleintegrates three independent16-bit sigma-delta A/Dconverters, internal temperaturesensor,
and built-in voltage reference. Each channel is designed with a fully differential analog input pair and
programmable gain amplifier input stage.
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
13
MSP430F42xA
_
p
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
peripheral file map
PERIPHERALS WITH WORD ACCESS
WatchdogWatchdog timer controlWDTCTL0120h
Timer_A3
Hardware Multiplier
Flash
SD16
(see also: Peripherals
with ByteAccess)
Timer_A interrupt vectorTAI V012Eh
Timer_A controlTAC TL0160h
Capture/compare control 0TACCTL00162h
Capture/compare control 1TACCTL10164h
Capture/compare control 2TACCTL20166h
Timer_A registerTAR0170h
Capture/compare register 0TACCR00172h
Capture/compare register 1TACCR10174h
Capture/compare register 2TACCR20176h
Sum extendSUMEXT013Eh
Result high wordRESHI013Ch
Result low wordRESLO013Ah
Second operandOP20138h
Multiply signed + accumulate/operand1MACS0136h
Multiply + accumulate/operand1MAC0134h
Multiply signed/operand1MPYS0132h
Multiply unsigned/operand1MPY0130h
Flash control 3FCTL3012Ch
Flash control 2FCTL2012Ah
Flash control 1FCTL10128h
General controlSD16CTL0100h
Channel 0 controlSD16CCTL00102h
Channel 1 controlSD16CCTL10104h
Channel 2 controlSD16CCTL20106h
Reserved0108h
Reserved010Ah
Reserved010Ch
Reserved010Eh
Interrupt vector word registerSD16IV0110h
Channel 0 conversion memorySD16MEM00112h
Channel 1 conversion memorySD16MEM10114h
Channel 2 conversion memorySD16MEM20116h
Reserved0118h
Reserved011Ah
Reserved011Ch
Reserved011Eh
14
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
peripheral file map (continued)
SD16
(see also: Peripherals
with WordAccess)
LCD
USART0
Brownout, SVSSVS control registerSVSCTL056h
FLL+ Clock
Basic Timer1
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
PERIPHERALS WITH BYTE ACCESS
Channel 0 input controlSD16INCTL00B0h
Channel 1 input controlSD16INCTL10B1h
Channel 2 input controlSD16INCTL20B2h
Reserved0B3h
Reserved0B4h
Reserved0B5h
Reserved0B6h
Reserved0B7h
Channel 0 preloadSD16PRE00B8h
Channel 1 preloadSD16PRE10B9h
Channel 2 preloadSD16PRE20BAh
Reserved0BBh
Reserved0BCh
Reserved0BDh
Reserved0BEh
Reserved0BFh
LCD memory 20LCDM200A4h
:::
LCD memory 16LCDM160A0h
LCD memory 15LCDM1509Fh
:::
LCD memory 1LCDM1091h
LCD control and modeLCDCTL090h
Transmit bufferU0TXBUF077h
Receive bufferU0RXBUF076h
Baud rateU0BR1075h
Baud rateU0BR0074h
Modulation controlU0MCTL073h
Receive controlU0RCTL072h
Transmit controlU0TCTL071h
USART controlU0CTL070h
FLL+ control 1FLL_CTL1054h
FLL+ control 0FLL_CTL0053h
System clock frequency controlSCFQCTL052h
System clock frequency integratorSCFI1051h
System clock frequency integratorSCFI0050h
BT counter 2BTCNT2047h
BT counter 1BTCNT1046h
BT controlBTCTL040h
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
15
MSP430F42xA
p
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
peripheral file map (continued)
PERIPHERALS WITH BYTE ACCESS (CONTINUED)
Port P2
Port P1
Special Functions
Port P2 selectionP2SEL02Eh
Port P2 interrupt enableP2IE02Dh
Port P2 interrupt-edge selectP2IES02Ch
Port P2 interrupt flagP2IFG02Bh
Port P2 directionP2DIR02Ah
Port P2 outputP2OUT029h
Port P2 inputP2IN028h
Port P1 selectionP1SEL026h
Port P1 interrupt enableP1IE025h
Port P1 interrupt-edge selectP1IES024h
Port P1 interrupt flagP1IFG023h
Port P1 directionP1DIR022h
Port P1 outputP1OUT021h
Port P1 inputP1IN020h
SFR module enable 2ME2005h
SFR module enable 1ME1004h
SFR interrupt flag 2IFG2003h
SFR interrupt flag 1IFG1002h
SFR interrupt enable 2IE2001h
SFR interrupt enable 1IE1000h
16
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
(LFXT1)
LFXT1crystalfrequency,f
(LFXT1)
(seeNote3
)
f
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
absolute maximum ratings
Voltage applied at VCCto V
Voltage applied to any pin (see Note 1)--0.3 V to V
†
SS
--0.3 V to + 4.1 V....................................................
+0.3V.......................................
CC
Diode current at any device terminal .±2mA......................................................
Storage temperature (unprogrammed device)--55°C to 150°C......................................
Storage temperature (programmed device)--40°Cto85°C.........................................
†
Stresses beyond those listed under “absolute maximum ratings” may cause permanent damage to the device. These are stress ratingsonly,and
functional operation of the device at these or any other conditions beyond those indicated under “recommended operating conditions” is not
implied. Exposure to absolute-maximum-rated conditions for extended periods may affect device reliability.
NOTE 1: All voltages referenced to V
applied to the TDI/TCLK pin when blowing the JTAG fuse.
. The JTAG fuse-blow voltage, VFB, is allowed to exceed the absolute maximum rating. The voltage is
SS
recommended operating conditions
PARAMETERMINNOMMAX UNITS
Supply voltage during program execution, SD16 disabled,
V
(AVCC=DVCC=VCC)(seeNote1)
CC
Supply voltage during program execution, SD16 disabled, SVS enabled, and
PORON = 1, V
Supply voltage during program execution, SD16 enabled or
during programming of flash memory, V
Supply voltage, VSS(AVSS=DVSS=VSS)00V
Operating free-air temperature range, T
LFXT1 crystal frequency, f
Processorfrequency (signal MCLK),
NOTES: 1. It is recommended to power AVCCand DVCCfrom the same source. A maximum difference of 0.3 V between AVCCand DVCCcan
2. The minimumoperatingsupply voltage is defined according tothe trip point where PORis going active by decreasingsupply voltage.
3. The LFXT1 oscillator in LF-mode requires a watch crystal.
(AVCC=DVCC=VCC) (see Notes 1 and 2)
CC
(AVCC=DVCC=VCC)
CC
A
LF selected, XTS_FLL = 0Watch crystal32768Hz
(see Note 3)
(System)
be tolerated during power up and operation.
POR is going inactive when the supply voltage is raised above minimum supply voltage plus the hysteresis of the SVS circuitry.
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted)
supply current into AVCC+DVCCexcluding external current (see Note 1)
PARAMETERTEST CONDITIONSV
Active mode,
f
I
(AM)
I
(LPM0)
I
(LPM2)
I
(LPM3)
I
LPM4
NOTES: 1. All inputs are tied to 0 V or VCC. Outputs do not source or sink any current.
(MCLK)=f(SMCLK)=f(DCO)
f
= 32,768 Hz, XTS_FLL = 0
(ACLK)
(program executes in flash)
Low-power mode, (LPM0/LPM1)
f
(MCLK)=f(SMCLK)=f(DCO)
f
= 32,768 Hz, XTS_FLL = 0
(ACLK)
FN_8=FN_4=FN_3=FN_2=0(seeNote2)
Low-power mode, (LPM2) (see Note 2)TA=--40°Cto85°C3V1022μA
Low-power mode, (LPM3) (see Note 2)
Low-power mode, (LPM4) (see Note 2)
The current consumption in LPM2, LPM3, and LPM4 are measured with active Basic Timer1 and LCD (ACLK selected).
The current consumption of the SD16 and the SVS module are specified in their respective sections.
LPMx currents measured with WDT disabled.
The currents are characterized with a KDSDaishinkuDT--38(6pF)crystal.
2. Current for brownout included.
=1MHz,
=1MHz,
TA=--40°Cto85°C3V400500μA
TA=--40°Cto85°C3V130150μA
TA=--40°C1.52.0
TA=25°C
T
=60°C
A
TA=85°C2.03.5
TA=--40°C0.10.5
T
=25°C
A
TA=85°C
CC
3
3V
MINTYPMAXUNIT
1.62.1
1.72.2
0.10.5
0.82.5
μ
μA
current consumption of active mode versus system frequency
I
(AM)=I(AM) [1 MHz]
× f
(System) [MHz]
current consumption of active mode versus supply voltage
I
(AM)=I(AM) [3 V]
+ 170 μA/V × (VCC–3V)
18
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
g
g
PortP
1,P2:P1.xtoP2.x,Externaltriggersignal
Leakage
V
A
V
V
V
V
C
2
0pF
Xdc
frequency
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
Figure 11. DCO Frequency vs Supply Voltage VCCand vs Ambient Temperature
TA-- °CVCC-- V
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
25
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
1.17
(DCO)
f
- Stepsize Ratio Between DCO Taps
S
1.11
1.07
n
1.06
Min
12720
DCO Tap
Max
Figure 12. DCO Tap Step Size
Legend
Tolerance at Tap 27
DCO Frequency
Adjusted by Bits
9
2
to 25in SCFI1 {N
Tol era nc e at Tap 2
{DCO}
}
26
FN_2=0
FN_3=0
FN_4=0
FN_8=0
Overlapping DCO Ranges:
Uninterrupted Frequency Range
FN_2=1
FN_3=0
FN_4=0
FN_8=0
FN_2=x
FN_3=1
FN_4=0
FN_8=0
FN_2=x
FN_3=x
FN_4=1
FN_8=0
FN_2=x
FN_3=x
FN_4=x
FN_8=1
Figure 13. Five Overlapping DCO Ranges Controlled by FN_x Bits
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
Integratedinputcapacitanc
e
Integratedoutputcapacitance
V
V
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
crystal oscillator, LFXT1 oscillator (see Notes 1 and 2)
PARAMETERTEST CONDITIONSV
OSCCAPx = 0h3V0
C
XIN
C
XOUT
V
IL
V
IH
NOTES: 1. The parasitic capacitance from the package and board may be estimated to be 2pF. The effective load capacitor for the crystal is
Integrated input capacitance
(see Note 4)
Integrated output capacitance
(see Note 4)
Input levels at XINseeNote33
(C
XINxCXOUT
2. To improve EMI on the low-power LFXT1 oscillator, particularly in the LF mode (32 kHz), the following guidelines must be
observed:
• Keep as short a trace as possible between the ’F42xA and the crystal.
• Design a good ground plane around oscillator pins.
• Prevent crosstalk from other clock or data lines into oscillator pins XIN and XOUT.
• Avoid running PCB traces underneath or adjacent to XIN an XOUT pins.
• Use assembly materials and praxis to avoid any parasitic load on the oscillator XIN and XOUT pins.
• If conformal coating is used, ensure that it does not induce capacitive/resistive leakage between the oscillator pins.
• Do not route the XOUT line to the JTAG header to support the serial programming adapter as shown in other documentation.
This signal is no longer required for the serial programming adapter.
3. Applies only whenusingan external logic-level clock source. XTS_FLLmust be set. Not applicable whenusing a crystal or resonator.
4. External capacitance is recommended for precision real-time clock applications, OSCCAPx = 0h.
)/(C
XIN+CXOUT
). It is independent of XTS_FLL.
OSCCAPx = 1h
OSCCAPx = 2h
OSCCAPx = 3h3V18
OSCCAPx = 0h3V0
OSCCAPx = 1h
OSCCAPx = 2h
OSCCAPx = 3h3V18
CC
3V10
3V14
3V10
3V14
MINTYPMAXUNIT
V
0.8×V
SS
CC
0.2×V
V
CC
CC
pF
pF
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
27
MSP430F42xA
SD16L
P=0
f
SD1
6
1MHz,
I
SD1
6ch
l
A
f
f
Differentialinput
Vperformanc
e
(seeNote2
)
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
SD16, power supply and recommended operating conditions
PARAMETERTEST CONDITIONSV
AV
SD16
CC
Analog supply
voltage
Analog supply
current: 1 active
anne
including internal
reference
AVCC=DVCC,AVSS=DVSS=0V2.73.6V
=
f
SD16
,
=1MHz,
SD16OSR = 256
SD16LP = 1,
=0.5MHz,
SD16
SD16OSR = 256
SD16
Analog front-end
input clock
frequency
SD16LP = 0 (Low power mode disabled)3V1
SD16LP = 1 (Low power mode enabled)3V0.5
SD16, analog input range (see Note 1)
PARAMETERTEST CONDITIONSV
SD16GAINx = 1, SD16REFON = 1±500
Differential input
voltage range for
V
ID
specified
(see Note 2)
Input impedance
Z
I
(one input pin to
AV
)
SS
Differential input
Z
ID
V
I
V
IC
impedance
(IN+ to IN--)
Absolute input
voltage range
Common-mode
input voltage range
NOTES: 1. All parameters pertain to each SD16 channel.
2. The analog input range depends on the reference voltage applied to V
is defined by V
V
or V
FSR+
FSR--
SD16GAINx = 2, SD16REFON = 1
SD16GAINx = 4, SD16REFON = 1±125
SD16GAINx = 8, SD16REFON = 1±62
SD16GAINx = 16, SD16REFON = 1
SD16GAINx = 32, SD16REFON = 1±15
f
= 1MHz, SD16GAINx = 13V200
SD16
= 1MHz, SD16GAINx = 323V75
f
SD16
f
= 1MHz, SD16GAINx = 13V300400
SD16
f
= 1MHz, SD16GAINx = 323V100150
SD16
FSR+
=+(V
/2)/GAIN and V
REF
.
GAIN:1,23V650950
GAIN:4,8,163V7301100
GAIN: 323V10501550
GAIN: 13V620930
GAIN: 323V7001060
FSR--
=--(V
.IfV
/2)/GAIN. The analog input range should not exceed 80% of
REF
REF
is sourced externally, the full-scale range
REF
MINTYPMAXUNIT
CC
MINTYPMAXUNIT
CC
±250
±31
AVSS-
1.0V
AVSS-
1.0V
AV
AV
CC
CC
μ
MHz
m
kΩ
kΩ
V
V
28
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
f
Signaltonoise
+
f
I
N
50H
z
f
f
p
p
/
ppm
Commonmod
e
V
Senso
r
l
t
2
)
m
V
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
SD16, analog performance (f
PARAMETERTEST CONDITIONSV
SINAD
G
E
OS
dE
dT
OS
CMRR
AC PSRR
X
T
Signal-to-noise +
distortion ratio
Nominal gain
O
set error
Offset error
temperature
coefficient
Common-mode
rejection ratio
AC power-supply
rejection ratio
Crosstalk3V<--100dB
= 1MHz, SD16OSRx = 256, SD16REFON = 1)
SD16
MINTYPMAXUNIT
CC
SD16GAINx = 1, Signal Amplitude = 500 mV3V83.585
SD16GAINx = 2, Signal Amplitude = 250 mV3V81.584
SD16GAINx = 4, Signal Amplitude = 125 mV
SD16GAINx = 8, Signal Amplitude = 62 mV
=
=
100Hz
50Hz,
3V7679.5
,
3V7376.5
SD16GAINx = 16, Signal Amplitude = 31 mV3V6973
SD16GAINx = 32, Signal Amplitude = 15 mV3V6269
SD16GAINx = 13V0.971.001.02
SD16GAINx = 23V1.901.962.02
SD16GAINx = 43V3.763.863.96
SD16GAINx = 8
3V7.367.627.84
SD16GAINx = 163V14.56 15.04 15.52
SD16GAINx = 323V27.20 28.35 29.76
SD16GAINx = 13V±0.2
SD16GAINx = 32
3V±1.5
SD16GAINx = 13V±4±20
SD16GAINx = 32
SD16GAINx = 1, Common-mode input signal:
V
= 500 mV, fIN= 50 Hz, 100 Hz
ID
SD16GAINx = 32, Common-mode input signal:
V
=16mV,fIN= 50 Hz, 100 Hz
ID
SD16GAINx = 1, VCC=3V± 100 mV, f
=50Hz3V>80dB
VCC
3V±20±100
3V>90
3V>75
dB
%FSR
m
FSR/_C
dB
SD16, built-in temperature sensor
PARAMETERTEST CONDITIONSV
TC
Sensor
V
Offset,sensor
V
Sensor
NOTES: 1. The following formula can be used to calculate the temperature sensor output voltage:
Sensor temperature
coefficient
Sensor offset
voltage
Temperature sensor voltage at TA=85°C3V435475515
Sensor output
vo
age(seeNote
Temperature sensor voltage at TA=25°C3V355395435
Temperature sensor voltage at TA=0°C3V320360400
V
Sensor,typ
=TC
( 273 + T [°C] ) + V
Sensor
Offset,sensor
[mV]
2. Results based on characterization and/or production test, not TC
Sensor
or V
Offset,sensor
MINTYPMAXUNIT
CC
1.181.321.46mV/K
--100100mV
.
mV
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
29
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
SD16, built-in voltage reference
PARAMETERTEST CONDITIONSV
V
REF
I
REF
TC
C
REF
I
LOAD
t
ON
Internal reference
voltage
Reference supply
current
Temperature
coefficient
V
load
REF
capacitance
V
maximum load
REF
current
SD16REFON = 1, SD16VMIDON = 03V1.141.201.26V
SD16REFON = 1, SD16VMIDON = 03V175260μA
SD16REFON = 1, SD16VMIDON = 03V2050 ppm/K
SD16REFON = 1, SD16VMIDON = 0 (see Note 1)100nF
SD16REFON = 03V±200nA
Turn-on timeSD16REFON = 0 → 1, SD16VMIDON = 0, C
DC power supply
DC PSR
rejection,
∆V
/∆V
REF
SD16REFON = 1, SD16VMIDON = 0, VCC= 2.5 V to 3.6 V200μV/V
CC
NOTES: 1. There is no capacitance required on V
voltage noise.
= 100 nF3V5ms
REF
. However, a capacitance of at least 100nF is recommended to reduce any reference
REF
MINTYPMAXUNIT
CC
SD16, built-in reference output buffer
PARAMETERTEST CONDITIONSV
V
REF,BUF
Reference buffer
output voltage
SD16REFON = 1, SD16VMIDON = 13V1.2V
Reference supply +
I
REF,BUF
reference output
buffer quiescent
SD16REFON = 1, SD16VMIDON = 13V385600μA
current
Required load
C
REF(O)
I
LOAD,Max
capacitance on
V
REF
Maximum load
current on V
REF
SD16REFON = 1, SD16VMIDON = 1470nF
SD16REFON = 1, SD16VMIDON = 13V±1mA
Maximum voltage
variation vs load
|I
|=0to1mA3V-- 1 5+15mV
LOAD
current
t
ON
Turn-on timeSD16REFON = 0 → 1, SD16VMIDON = 1, C
SD16, external reference input
PARAMETERTEST CONDITIONSV
V
REF(I)
I
REF(I)
Input voltage rangeSD16REFON = 03V1.01.251.5V
Input currentSD16REFON = 03V50nA
MINTYPMAXUNIT
CC
= 470 nF3V100μs
REF
MINTYPMAXUNIT
CC
30
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
f
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
electrical characteristics over recommended operating free-air temperature (unless otherwise
noted) (continued)
flash memory
TEST
CONDITIONS
V
CC
MINNOMMAXUNIT
V
CC(PGM/
ERASE)
PARAMETER
Program and erase supply voltage2.73.6V
f
FTG
I
PGM
I
ERASE
t
CPT
t
CMErase
t
Retention
t
Word
t
Block, 0
t
Block, 1-63
t
Block, End
t
Mass Erase
t
Seg Erase
Flash timing generator frequency257476kHz
Supply current from DVCCduring program2.7 V/ 3.6 V35mA
Supply current from DVCCduring erase2.7 V/ 3.6 V37mA
Cumulative program timeseeNote12.7 V/ 3.6 V10ms
Cumulative mass erase timeseeNote22.7 V/ 3.6 V200ms
Program/erase endurance10
4
10
5
cycles
Data retention durationTJ=25°C100years
Word or byte program time35
Block program time for first byte or word30
Block program time for each additional byte or word
Block program end-sequence wait time
seeNote3
21
t
6
FTG
Mass erase time5297
Segment erase time4819
NOTES: 1. The cumulative programming time must not be exceeded when writing to a 64-byte flash block. This parameter applies to all
programming methods: individual word/byte write and block write modes.
2. The mass erase duration generated by the flash timing generator is at least 11.1 ms ( = 5297x1/f
,max = 5297x1/476 kHz). To
FTG
achieve the required cumulative mass erase time the flash controller’s mass erase operation can be repeated until this time is met.
(A worst case minimum of 19 cycles are required).
=1/f
3. These values are hardwired into the flash controller’s state machine (t
FTG
FTG
).
JTAG interface
TEST
CONDITIONS
V
CC
MINNOMMAXUNIT
2.2 V05MHz
3V010MHz
TCK
R
Internal
NOTES: 1. f
2. TMS, TDI/TCLK, and TCK pullup resistors are implemented in all versions.
PARAMETER
TCK inputfrequencyseeNote1
Internal pullup resistance on TMS, TCK, TDI/TCLKseeNote22.2 V/ 3 V256090kΩ
may be restricted to meet the timing requirements of the module selected.
TCK
JTAG fuse (see Note 1)
PARAMETER
V
CC(FB)
V
FB
I
FB
t
FB
Supply voltage during fuse-blow conditionTA=25°C2.5V
Voltage level on TDI/TCLK for fuse-blow67V
Supply current into TDI/TCLK during fuse-blow100mA
Time to blow fuse1ms
NOTES: 1. Once the fuse isblown, no further access to the MSP430 JTAG/Test and emulation features is possible. The JTAG block is switched
to bypass mode.
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
TEST
CONDITIONS
V
CC
MINNOMMAXUNIT
31
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
APPLICATION INFORMATION
input/output schematic
Port P1, P1.0 to P1.1, input/output with Schmitt trigger
CAPD.x
P1SEL.x
P1DIR.x
Direction Control
From Module
P1OUT.x
Module X OUT
P1IN.x
EN
0
1
0
1
Bus
keeper
Pad Logic
0: Input
1: Output
P1.0/TA0
P1.1/TA0/MCLK
Module X IN
P1IRQ.x
D
P1IE.x
P1IFG.x
EN
Q
Set
Interrupt
Edge
Select
P1IES.x P1SEL.x
NOTE: 0 ≤ x ≤ 1.
Port Function is Active if CAPD.x = 0
Direction
PnSEL.xPnDIR.x
P1SEL.0
P1SEL.1P1DIR.1P1OUT.1P1IN.1P1IE.1P1IFG.1P1IES.1
†
Timer_A3
P1DIR.0
Control
From Module
P1DIR.0
P1DIR.1
PnOUT.x
P1OUT.0
Module X
OUT
Out0 Sig.
MCLK
PnIN.x
†
P1IN.0
Module X IN
CCI0A
CCI0B
PnIE.x
†
P1IE.0P1IFG.0P1IES.0
†
PnIFG.x
PnIES.x
CAPD.x
DVSS
DVSS
32
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
APPLICATION INFORMATION
input/output schematic (continued)
Port P1, P1.2 to P1.7, input/output with Schmitt trigger
Port P2, P2.0 to P2.1, input/output with Schmitt trigger
0: Port active
1: Segment xx function active
Port/LCD
Segment xx
Pad Logic
P2SEL.x
P2DIR.x
Direction Control
From Module
P2OUT.x
Module X OUT
P2IN.x
Module X IN
P2IRQ.x
NOTE: 0 ≤ x ≤ 1.
Port Function is Active if Port/LCD = 0
PnSel.xPnDIR.x
P2Sel.0P2DIR.0
P2Sel.1P2DIR.1
†
Timer_A3
‡
USART0
EN
D
P2IFG.x
Dir. Control
from module
P2DIR.0
DCM_UCLK
P2IE.x
PnOUT.x
P2OUT.0
P2OUT.1
†
‡
0: Input
1: Output
P2IE.0
P2IE.1
P2IFG.0
P2IFG.1
P2IES.0
P2IES.1
P2.0/TA2/S25
P2.1/UCLK0/S24
Port/LCD
0: LCDM
<0E0h
1: LCDM
≥ 0E0h
Segment
S25
S24
0
1
0
1
Q
EN
Set
Module X
UCLK0(o)
Interrupt
Edge
Select
P2IES.xP2SEL.x
OUT
†
Out2sig.
‡
PnIN.xPnIE.xPnIFG.xPnIES.xModule X IN
P2IN.0
P2IN.1UCLK0(i)
Bus
Keeper
CCI2A
34
Direction Control for UCLK0
SYNC
MM
STC
STE
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
DCM_UCLK
APPLICATION INFORMATION
input/output schematic (continued)
Port P2, P2.2 to P2.5, input/output with Schmitt trigger
To BrownOut/SVS for P2.3/SVSIN
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
DVSS
Pad Logic
DVSS
CAPD.x
P2SEL.x
P2DIR.x
Direction Control
From Module
P2OUT.x
Module X OUT
0
1
0
1
Bus
keeper
0: Input
1: Output
P2IN.x
EN
Module X IN
P2IRQ.x
D
P2IE.x
P2IFG.x
EN
Q
Set
Interrupt
Edge
Select
P2IES.x P2SEL.x
NOTE: 2 ≤ x ≤ 5
Port function is active if CAPD.x = 0
Direction
PnSEL.xPnDIR.x
P2SEL.2P2DIR.2P2OUT.2P2IN.2P2IE.2P2IFG.2P2IES.2
P2SEL.3P2DIR.3P2OUT.3P2IN.3P2IE.3P2IFG.3P2IES.3
P2SEL.4P2DIR.4
P2SEL.5P2DIR.5P2OUT.5P2IN.5P2IE.5P2IFG.5P2IES.5
Control
From Module
DVSS
P2DIR.3
DVCC
DVSSDVSS
PnOUT.x
P2OUT.4P2IN.4P2IE.4P2IFG.4P2IES.4
Module X
OUT
DVSS
DVSS
UTXD0
PnIN.x
†
Module X IN
STE0
unused
unused
URXD0
PnIE.x
†
†
PnIFG.x
P2.2/STE0
P2.3/SVSIN
P2.4/UTXD0
P2.5/URXD0
PnIES.x
CAPD.x
DVSS
SVSCTL VLD
= 1111b
DVSS
DVSS
†
USART0
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
35
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
APPLICATION INFORMATION
input/output schematic (continued)
Port P2, unbonded GPIOs P2.6 and P2.7
P2SEL.x
P2DIR.x
Direction Control
From Module
P2OUT.x
Module X OUT
0
1
0
0
1
1
0: Input
1: Output
P2IN.x
EN
Module X IN
P2IRQ.x
NOTE: x = Bit/identifier, 6 to 7 for port P2 without external pins
DIRECTION
P2Sel.x
P2Sel.6P2DIR.6P2DIR.6P2OUT.6DV
P2Sel.7P2DIR.7P2DIR.7P2OUT.7DV
NOTE: Unbonded GPIOs 6 and 7 of port P2 can be used as interrupt flags. Only software can affect the interrupt flags. They work as software
P2DIR.x
interrupts.
CONTROL
FROM MODULE
D
P2IE.x
P2IFG.x
P2OUT.xMODULE X OUTP2IN.xMODULE X INP2IE.xP2IFG.xP2IES.x
EN
Q
Set
Interrupt
Flag
SS
SS
Interrupt
Edge
Select
P2IES.x
P2SEL.x
P2IN.6unusedP2IE.6P2IFG.6P2IES.6
P2IN.7unusedP2IE.7P2IFG.7P2IES.7
Node Is Reset With PUC
Bus Keeper
PUC
36
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
APPLICATION INFORMATION
JTAG pins (TMS, TCK, TDI/TCLK, TDO/TDI), input/output with Schmitt trigger or output
TDO
Controlled by JTAG
Controlled by JTAG
JTAG
Controlled
by JTAG
TDI
DV
CC
Burn and Test
TDO/TDI
Fuse
Test
and
Emulation
Module
TMS
TCK
TCK
Tau ~ 50 ns
Brownout
G
G
TDI/TCLK
DV
CC
TMS
DV
CC
TCK
RST/NMI
D
U
S
D
U
S
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
37
MSP430F42xA
MIXED SIGNAL MICROCONTROLLER
SLAS587 -- FEBRUARY 2008
APPLICATION INFORMATION
JTAG fuse check mode
MSP430 devices that have the fuse on the TDI/TCLK terminal have a fuse check mode that tests the continuity
of the fuse the first time the JTAG port is accessed after a power-on reset (POR). When activated, a fuse check
current, I
taken to avoid accidentally activating the fuse check mode and increasing overall system power consumption.
Activation of the fuse check mode occurs with the first negative edge on the TMS pin after power up or if the
TMS is being held low during power up. The second positive edge on the TMS pin deactivates the fuse check
mode. After deactivation, the fuse check mode remains inactive until another POR occurs. After each POR the
fuse check mode has the potential to be activated.
The fuse check current only flows when the fuse check mode is active and the TMS pin is in a low state (see
Figure 14). Therefore, the additional current flow can be prevented by holding the TMS pin high (default
condition).
The JTAG pins are terminated internally, and therefore do not require external termination.
, of 1.8 mA at 3 V can flow from the TDI/TCLK pin to ground if the fuse is not burned. Care must be
TF
Time TMS Goes Low After POR
TMS
I
I
TDI/TCLK
TF
Figure 14. Fuse Check Mode Current, MSP430F42xA
38
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
MIXED SIGNAL MICROCONTROLLER
Data Sheet Revision History
MSP430F42xA
SLAS587 -- FEBRUARY 2008
Literature
Number
SLAS587Production data sheet release
NOTE: Page and figure numbers refer to the respective document revision.
Summary
POST OFFICE BOX 655303 • DALLAS, TEXAS 75265
39
PACKAGE OPTION ADDENDUM
www.ti.com
21-Feb-2008
PACKAGING INFORMATION
Orderable DeviceStatus
(1)
Package
Type
Package
Drawing
Pins Package
Qty
Eco Plan
MSP430F423AIPMACTIVELQFPPM64160 Green (RoHS &
no Sb/Br)
MSP430F423AIPMRACTIVELQFPPM641000 Green (RoHS &
no Sb/Br)
MSP430F425AIPMACTIVELQFPPM64160 Green (RoHS &
no Sb/Br)
MSP430F425AIPMRACTIVELQFPPM641000 Green (RoHS &
no Sb/Br)
MSP430F427AIPMACTIVELQFPPM64160 Green (RoHS &
no Sb/Br)
MSP430F427AIPMRACTIVELQFPPM641000 Green (RoHS &
no Sb/Br)
(1)
The marketing status values are defined as follows:
ACTIVE: Product device recommended for new designs.
LIFEBUY: TI has announced that the device will be discontinued, anda lifetime-buy period is in effect.
NRND: Not recommended for new designs. Device is in production to support existing customers, but TI does not recommend using this part in
a new design.
PREVIEW: Device has been announced but is not in production. Samplesmay or may not be available.
OBSOLETE: TI has discontinued the production of the device.
(2)
Lead/Ball Finish MSL Peak Temp
CU NIPDAULevel-3-260C-168 HR
CU NIPDAULevel-3-260C-168 HR
CU NIPDAULevel-3-260C-168 HR
CU NIPDAULevel-3-260C-168 HR
CU NIPDAULevel-3-260C-168 HR
CU NIPDAULevel-3-260C-168 HR
(3)
(2)
Eco Plan - The planned eco-friendly classification: Pb-Free (RoHS), Pb-Free (RoHS Exempt), or Green (RoHS & no Sb/Br) - please check
http://www.ti.com/productcontent for the latest availability information and additional product content details.
TBD: The Pb-Free/Green conversion plan has not been defined.
Pb-Free (RoHS): TI's terms "Lead-Free" or "Pb-Free" mean semiconductor products that are compatible with the current RoHS requirements
for all 6 substances, including the requirement that lead not exceed 0.1% by weight in homogeneous materials. Where designed to be soldered
at high temperatures, TI Pb-Free products are suitable for use inspecified lead-free processes.
Pb-Free (RoHS Exempt): This component has a RoHS exemption for either 1) lead-based flip-chip solder bumps used between the die and
package, or 2) lead-based die adhesive used between the die and leadframe. The component is otherwise considered Pb-Free (RoHS
compatible) as defined above.
Green (RoHS & no Sb/Br): TI defines "Green" to mean Pb-Free (RoHS compatible), and free of Bromine (Br) and Antimony (Sb) based flame
retardants (Br or Sb do not exceed 0.1% by weight inhomogeneous material)
(3)
MSL, Peak Temp. -- The Moisture Sensitivity Level rating according to the JEDEC industry standard classifications, and peak solder
temperature.
Important Information and Disclaimer:The information provided on this page represents TI's knowledge and belief as of the date that it is
provided. TI bases its knowledge and belief on information provided by third parties, and makes no representation or warranty as to the
accuracy of such information. Efforts are underway to better integrate information from third parties. TI has taken and continues to take
reasonable steps to provide representative and accurate information but may not have conducted destructive testing or chemical analysis on
incoming materials and chemicals. TI and TI suppliers consider certain information to be proprietary, and thus CAS numbers and other limited
information may not be available for release.
In no event shall TI's liability arising out of such information exceed the total purchase price of the TI part(s) at issue in this document sold by TI
to Customer on an annual basis.
Addendum-Page 1
MECHANICAL DATA
MTQF008A – JANUARY 1995 – REVISED DECEMBER 1996
PM (S-PQFP-G64) PLASTIC QUAD FLATPACK
49
64
0,50
48
0,27
0,17
33
1
7,50 TYP
10,20
SQ
9,80
12,20
SQ
11,80
16
0,08
32
17
M
0,05 MIN
0,13 NOM
Gage Plane
0,25
0°–7°
1,45
1,35
1,60 MAX
NOTES: A. All linear dimensions are in millimeters.
B. This drawing is subject to change without notice.
C. Falls within JEDEC MS-026
D. May also be thermally enhanced plastic with leads connected to the die pads.