Texas Instruments MSP430F133IPM
- Part No.:
- MSP430F133IPM
- Manufacturer:
- Texas Instruments
- Category:
- Microcontrollers
- Package:
- 64-LQFP
- Datasheet:
-
MSP430F133IPM.pdf
- Description:
- IC MCU 16BIT 8KB FLASH 64LQFP
- Quantity:
- Payment:

- Shipping:

Inventory:322
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MSP430F133IPM from Texas Instruments is an ultra-low-power 16-bit RISC microcontroller featuring 8KB Flash, 256B RAM, a 12-bit ADC with 8 analog inputs, one USART (UART/SPI), two 16-bit timers (Timer_A3 and Timer_B3), and on-chip comparator. It operates from 1.8 V to 3.6 V and targets battery-powered sensor systems and portable measurement devices.
For engineers reviewing the MSP430F133IPM datasheet, MSP430F133IPM pinout, MSP430F133IPM application, or MSP430F133IPM equivalent, this page delivers verified specifications, functional block context, package-validated pin roles, real-world use cases in industrial sensing and handheld instrumentation, and two confirmed alternative MCUs for design flexibility.
Technical Context
The MSP430F133IPM implements a 16-bit CPU with constant generators and hardware multiplier, enabling high code efficiency in ultra-low-power embedded control. Its five power-saving modes-including Off mode with 0.1 µA RAM retention-and sub-6 µs wake-up from Standby support extended battery life in intermittent-sampling applications.
It integrates a 12-bit ADC with internal reference, sample-and-hold, and autoscan across eight channels (A0–A7), plus dual 16-bit timers with capture/compare capability and shadow registers for precise timing control in sensor signal conditioning and PWM-driven peripherals.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Core Architecture | 16-bit RISC CPU with 125-ns instruction cycle and hardware multiplier for efficient math-intensive firmware |
| Memory | 8KB + 256B Flash program memory and 256B RAM-sufficient for compact sensor firmware with data buffering |
| ADC | 12-bit SAR ADC with 8-channel autoscan, <10 µs conversion time, and internal reference-enables direct analog sensor interfacing without external precision references |
| Timers | Timer_A3 (3 capture/compare registers) and Timer_B3 (3 capture/compare + shadow registers)-supports PWM generation, input capture, and interval timing with register safety |
| Communication | One USART supporting UART (asynchronous) or SPI (synchronous) modes-provides flexible host interface or peripheral bridging |
| Power Consumption | 280 µA active at 1 MHz/2.2 V; 1.6 µA standby; 0.1 µA off with RAM retention-optimized for multi-year coin-cell operation |
| Supply Range | 1.8 V to 3.6 V-compatible with single Li-ion, two alkaline, or regulated 3.3 V rails |
Pinout & Package
LQFP-64 (10 mm × 10 mm) package with exposed thermal pad (connected to DVSS). Pin count and layout match TI's standard PM package designation for MSP430F13x series.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| P1.0–P1.7, P2.0–P2.7, P3.0–P3.7, P4.0–P4.7, P5.0–P5.7, P6.0–P6.7 | General-purpose I/O with peripheral multiplexing | 48 total GPIO pins; each supports interrupt, timer capture, ADC input (P6.0–P6.7), or USART/SPI functions-enables full system integration without external logic |
| RST/NMI | Reset and non-maskable interrupt input | Single-pin dual-function reset path with bootloader entry capability-simplifies board-level reset circuitry and field firmware updates |
| TCK/TMS/TDI/TDO | JTAG test and programming interface | 4-pin boundary-scan interface for in-circuit debugging and flash programming-no external programmer voltage required |
| AVCC/AVSS/DVCC/DVSS | Analog/digital supply and ground | Dual-supply separation (AVCC/AVSS for ADC, DVCC/DVSS for core) reduces noise coupling and improves ADC accuracy |
| XIN/XOUT, XT2IN/XT2OUT | LFXT1 and HFXT2 crystal oscillator connections | Supports low-frequency watch crystal (32.768 kHz) and high-frequency standard crystal (up to 8 MHz)-enables precise real-time clock and system timing |
Key Features
| Feature | Design Value |
|---|---|
| Ultra-low-power operation | 0.1 µA off-mode current with full RAM retention enables multi-year battery life in sleep-dominated sensor nodes |
| Integrated 12-bit ADC | 8-channel autoscan with internal reference eliminates need for external voltage reference ICs in basic sensor acquisition |
| Two 16-bit timers with shadow registers | Timer_B3 shadow registers prevent race conditions during PWM duty-cycle updates-critical for stable motor or LED control |
| Single USART with dual-mode operation | Configurable as UART (for host MCU or PC communication) or SPI (for sensor or display interfacing) using same peripheral hardware |
| On-chip comparator | Comparator_A provides fast threshold detection without CPU intervention-reduces wake-up latency for event-driven sampling |
Applications
| Industrial Sensor Node | Handheld Metering Device |
|---|---|
Use Scenario: Battery-powered temperature/humidity node transmitting readings via UART to gateway every 5 minutes. IC Role / Device Role / Timing Role: Main controller executing sensor polling, ADC conversion, data formatting, and low-duty-cycle UART transmission. Use Value: Sub-µA standby current and 6 µs wake-up ensure >5-year operation on two AA cells while maintaining responsive event handling. | Use Scenario: Portable multimeter with LCD display, button interface, and analog front-end for voltage/current measurement. IC Role / Device Role / Timing Role: System-on-chip managing ADC sampling, display refresh, keypad scanning, and power management. Use Value: Integrated 12-bit ADC with internal reference and 48 GPIO eliminate external signal-conditioning ICs and simplify BOM. |
| Low-Power Data Logger | Smart Building Controller |
Use Scenario: Environmental logger recording temperature, light, and motion every hour, storing data in Flash, and uploading weekly via UART. IC Role / Device Role / Timing Role: Autonomous data acquisition engine with RTC-like timing via ACLK and periodic wake-up using watchdog timer. Use Value: 8KB Flash stores >10,000 timestamped samples; 256B RAM buffers active session data without external SRAM. | Use Scenario: HVAC zone controller reading thermistors, driving relays, and communicating status over UART to central panel. IC Role / Device Role / Timing Role: Real-time control unit executing closed-loop regulation using Timer_A PWM outputs and ADC feedback. Use Value: Dual 16-bit timers enable simultaneous PWM fan control and precise ADC sampling intervals-no timing conflicts or jitter. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| MSP430F135IPM | 16KB Flash, 512B RAM, identical peripherals and pinout | Supports larger firmware (e.g., BLE stack, advanced calibration algorithms) | Select when firmware size exceeds 8KB or additional RAM is needed for complex buffering or protocol stacks |
| MSP430F233IPM | 16KB Flash, 2KB RAM, enhanced USCI (UART/SPI/I²C), 1.8–3.6 V, but no integrated comparator | Enables I²C sensor connectivity; lacks on-chip comparator for analog thresholding | Choose when I²C peripheral support is required and comparator functionality can be implemented externally or in software |
Compared with MSP430F133IPM, MSP430F135IPM offers double Flash/RAM with zero hardware changes, while MSP430F233IPM adds I²C and RAM at the cost of removing the comparator-making each suitable for distinct firmware and sensor-interface requirements.
Availability
MSP430F133IPM is available at Aetrix Electronics and suitable for industrial sensor nodes, handheld meters, and low-power data loggers requiring stable component supply and long-term production continuity.
Supply support for MSP430F133IPM includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Texas Instruments is a global semiconductor leader delivering analog, embedded processing, and connectivity solutions with emphasis on energy efficiency and reliability.
The MSP430F13x product line was designed specifically for ultra-low-power sensing and measurement applications where battery life, small footprint, and integrated analog peripherals are critical-targeting metering, environmental monitoring, and portable instrumentation.
FAQ
What is the maximum operating frequency of the MSP430F133IPM?
The MSP430F133IPM supports a maximum system clock (MCLK) frequency of 8 MHz when using the external XT2 oscillator. With the internal DCO, typical operation reaches up to 1 MHz in active mode under recommended conditions. The 125-ns instruction cycle time corresponds to a 8-MHz CPU clock, and all timing parameters in the datasheet-including ADC conversion and timer operation-are validated at this rate. MSP430F133IPM maintains full functionality across its 1.8 V to 3.6 V supply range at these frequencies.
Does the MSP430F133IPM include a hardware multiplier?
Yes, the MSP430F133IPM includes a 16-bit hardware multiplier module (MPY/MPYS/MAC/MACS) that executes multiply and multiply-accumulate operations in a single cycle. This accelerator significantly improves performance in firmware tasks such as digital filtering, sensor linearization, and checksum calculation-reducing CPU load and active-mode duration. The hardware multiplier is fully integrated into the CPU's instruction set and accessible via standard assembly or C compiler intrinsics in MSP430F133IPM development.
How many analog input channels does the MSP430F133IPM ADC support?
The MSP430F133IPM features a 12-bit ADC12 module with eight dedicated analog input channels: A0 through A7, mapped to pins P6.0 through P6.7 respectively. All eight channels support autoscan mode, allowing sequential conversion without CPU intervention. The ADC also accepts external reference voltages via VeREF+ and VREF−/VeREF− pins, and provides an internal 1.5-V or 2.5-V reference selectable in software. This configuration is fully documented for MSP430F133IPM in the SLAS272H datasheet.
Is the MSP430F133IPM pin-compatible with other MSP430F13x or MSP430F14x devices?
The MSP430F133IPM uses the LQFP-64 (PM) package and shares identical pinout with MSP430F135IPM, MSP430F147IPM, MSP430F148IPM, and MSP430F149IPM per TI's device comparison table and pin diagrams. However, functional differences exist: MSP430F133IPM has only one USART and Timer_B3 (3 registers), whereas MSP430F14x variants include two USARTs and Timer_B7 (7 registers). Thus, while PCB layout is interchangeable, firmware and peripheral initialization must be adapted for MSP430F133IPM's reduced peripheral set.
What debug interface does the MSP430F133IPM support?
The MSP430F133IPM supports the IEEE 1149.1 (JTAG) interface via four dedicated pins: TCK, TMS, TDI/TCLK, and TDO/TDI. This interface enables full-speed in-circuit emulation, flash programming, and real-time debugging using TI's MSP-FET or compatible tools. No external voltage is required-the JTAG fuse is programmable via the same interface. The MSP430F133IPM also supports Spy-Bi-Wire (2-wire JTAG) mode for space-constrained designs, reducing debug footprint while retaining full functionality.
MSP430F133IPM Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Texas Instruments
- Package/Case:
- 64-LQFP
- Series:
- MSP430x1xx
- Packaging:
- Tray
- Product Status:
- Active
- Programmable:
- Verified
- Core Processor:
- MSP430 CPU16
- Core Size:
- 16-Bit
- Speed:
- 8MHz
- Connectivity:
- SPI, UART/USART
- Peripherals:
- POR, PWM, WDT
- Number of I/O:
- 48
- Program Memory Size:
- 8KB (8K x 8 + 256B)
- Program Memory Type:
- FLASH
- EEPROM Size:
- -
- RAM Size:
- 256 x 8
- Voltage - Supply (Vcc/Vdd):
- 1.8V ~ 3.6V
- Data Converters:
- A/D 8x12b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
MSP430F133IPM FAQ
1.How can I place an order for MSP430F133IPM through Aetrix?
Please submit a Request for Quotation (RFQ) for MSP430F133IPM on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for MSP430F133IPM reliable?
The price and inventory of MSP430F133IPM are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MSP430F133IPM is usually 5 days.
3.What payment methods are accepted for MSP430F133IPM?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MSP430F133IPM transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MSP430F133IPM?
MSP430F133IPM orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MSP430F133IPM order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for MSP430F133IPM?
For technical support, including MSP430F133IPM datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MSP430F133IPM requirements.
6.How does Aetrix verify that MSP430F133IPM is sourced from the original manufacturer or authorized distributors?
All MSP430F133IPM products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that MSP430F133IPM meets industry standards.
7.What is the process for return or replacement of MSP430F133IPM?
All MSP430F133IPM units undergo pre-shipment inspection (PSI). If there is an issue with MSP430F133IPM, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The MSP430F133IPM part is unused and in its original packaging.
Return procedure for MSP430F133IPM:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MSP430F133IPM Tags

-
ATTINY4-TSHR
Microchip Technology

-
ATTINY10-TSHR
Microchip Technology

-
ATTINY10-TS8R
Microchip Technology

-
ATTINY202-SSNR
Microchip Technology

-
ATTINY202-SSFR
Microchip Technology

-
ATTINY402-SSNR
Microchip Technology

-
PIC16F15213T-I/MF
Microchip Technology

-
PIC16F15213-E/MF
Microchip Technology

-
PIC10F200T-I/OT
Microchip Technology

-
ATTINY412-SSNR
Microchip Technology

-
PIC10F202T-I/OT
Microchip Technology

-
ATTINY404-SSNR
Microchip Technology
Tech Hub
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…

