Texas Instruments MSP430G2533IN20
- Part No.:
- MSP430G2533IN20
- Manufacturer:
- Texas Instruments
- Category:
- Microcontrollers
- Package:
- 20-DIP (0.300", 7.62mm)
- Datasheet:
-
MSP430G2533IN20.pdf
- Description:
- IC MCU 16BIT 16KB FLASH 20DIP
- Quantity:
- Payment:

- Shipping:

Inventory:1,571
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MSP430G2533IN20 from Texas Instruments is a 16-bit ultra-low-power mixed-signal microcontroller featuring 16 KB Flash, 512 B RAM, a 10-bit 200-ksps ADC with 8 channels, two 16-bit Timer_A modules (each with three capture/compare registers), USCI supporting UART/LIN/IrDA/SPI/I²C, and capacitive-touch-enabled I/O. It operates from 1.8 V to 3.6 V and targets battery-powered sensor nodes and portable measurement systems.
For engineers reviewing the MSP430G2533IN20 datasheet, MSP430G2533IN20 pinout, MSP430G2533IN20 application, or MSP430G2533IN20 equivalent, key selection criteria include its 20-pin PDIP package, integrated ADC with internal reference, Spy-Bi-Wire debug interface, and five low-power modes enabling sub-1 µs wake-up - critical for energy-constrained embedded sensing and control designs.
Technical Context
The MSP430G2533IN20 implements a 16-bit RISC CPU with constant generators and a digitally controlled oscillator (DCO) calibrated to 1 MHz, 8 MHz, 12 MHz, and 16 MHz. Its clock system supports multiple sources: internal DCO, 32-kHz crystal (XT1), internal VLO, and external digital clock input.
It integrates dual USCI modules (USCI_A0 for UART/LIN/IrDA/SPI; USCI_B0 for SPI/I²C), a 10-bit ADC with sample-and-hold and autoscan, brownout detection, and on-chip emulation logic. Port P1 and P2 provide 16 total I/O pins in the 20-pin PDIP package, all supporting interrupt capability and configurable pullup/pulldown resistors.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Core Architecture | 16-bit RISC CPU with 62.5-ns instruction cycle time at 16 MHz - enables deterministic real-time control with high code efficiency. |
| Flash / RAM | 16 KB Flash memory and 512 B RAM - sufficient for firmware with ADC data processing, communication stacks, and capacitive-touch algorithms. |
| ADC Resolution | 10-bit SAR ADC with 8 input channels and 200-ksps sampling rate - supports simultaneous analog sensor acquisition (e.g., temperature, voltage, light) without external converters. |
| Power Consumption | 230 µA active @ 1 MHz / 2.2 V; 0.5 µA standby; 0.1 µA off-mode with RAM retention - extends coin-cell battery life to years in intermittent-sensing applications. |
| Operating Voltage | 1.8 V to 3.6 V supply range - compatible with single-cell Li-ion, LiFePO₄, or dual-AA alkaline power sources without regulation overhead. |
| Debug Interface | Spy-Bi-Wire (2-wire JTAG) - enables in-system programming and real-time debugging using minimal PCB footprint and pin count. |
| Timer Resources | Two 16-bit Timer_A modules, each with three capture/compare registers - supports PWM generation, input capture for timing events, and interval counting for sensor polling or watchdog supervision. |
Pinout & Package
Package: 20-pin Plastic Dual In-line Package (PDIP), 24.33 mm × 6.35 mm body size, through-hole mounting. Pin pitch: 2.54 mm.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| 1: DVCC | Digital supply voltage | Primary 1.8–3.6 V power input for core logic and digital I/O banks; requires local decoupling near pin. |
| 2: P1.0/TA0CLK/ACLK/A0 | Multi-function I/O | General-purpose I/O, Timer0_A clock input, ACLK output, or ADC channel 0 input - enables flexible clock routing and analog sensing on same pin. |
| 3: P1.1/TA0.0/UCA0RXD/A1 | Multi-function I/O | GPIO, Timer0_A compare/capture, UART receive, or ADC channel 1 - supports serial communication and analog input sharing. |
| 4: P1.2/TA0.1/UCA0TXD/A2 | Multi-function I/O | GPIO, Timer0_A compare/capture, UART transmit, or ADC channel 2 - allows full-duplex UART + analog monitoring on adjacent pins. |
| 5: P1.3/ADC10CLK/VREF-/A3 | Analog reference & clock | ADC conversion clock output, negative reference input, or ADC channel 3 - enables synchronous sampling and precise reference biasing. |
| 6: P1.4/SMCLK/UCB0STE/A4 | Multi-function I/O | Sub-main clock output, USCI_B0 slave transmit enable, or ADC channel 4 - supports SPI slave operation and clock distribution. |
| 7: P1.5/TA0.0/UCB0CLK/A5 | Multi-function I/O | Timer0_A compare output, USCI_B0 clock, or ADC channel 5 - facilitates SPI master clocking and timer-driven signal generation. |
| 8: P2.0/TA1.0 | Timer1_A I/O | Timer1_A capture/compare channel 0 input/output - used for PWM output or pulse-width measurement on dedicated timer peripheral. |
| 9: P2.1/TA1.1 | Timer1_A I/O | Timer1_A capture/compare channel 1 input/output - supports dual-edge capture or complementary PWM outputs. |
| 10: P2.2/TA1.1 | Timer1_A I/O | Timer1_A capture/compare channel 1 alternate input - provides redundancy for critical timing measurements. |
| 11: P2.3/TA1.0 | Timer1_A I/O | Timer1_A capture/compare channel 0 alternate input - enables differential timing or fault-tolerant edge detection. |
| 12: P2.4/TA1.2 | Timer1_A I/O | Timer1_A capture/compare channel 2 input/output - supports three-phase motor control or multi-channel event timing. |
| 13: P2.5/TA1.2 | Timer1_A I/O | Timer1_A capture/compare channel 2 alternate input - adds flexibility for complex waveform analysis. |
| 14: P1.6/TA0.1/UCB0SOMI/A6 | Multi-function I/O | GPIO, Timer0_A compare, USCI_B0 SPI slave-out/master-in, or ADC channel 6 - enables SPI slave mode with analog monitoring. |
| 15: P1.7/UCB0SIMO/UCB0SDA/A7 | Multi-function I/O | GPIO, USCI_B0 SPI slave-in/master-out or I²C SDA, or ADC channel 7 - supports dual-protocol communication (SPI/I²C) and full ADC channel set. |
| 16: RST/NMI/SBWTDIO | Reset & debug I/O | Active-low reset input, non-maskable interrupt, or Spy-Bi-Wire test data I/O - serves triple role for initialization, fault handling, and programming. |
| 17: TEST/SBWTCK | Debug clock | JTAG test mode select / Spy-Bi-Wire test clock - enables 2-pin in-circuit debugging and fuse programming without full JTAG header. |
| 18: XOUT/P2.7 | Oscillator output | Crystal oscillator output or general-purpose GPIO (P2.7) - drives external crystal load or functions as digital output when XT1 disabled. |
| 19: XIN/P2.6/TA0.1 | Oscillator input | Crystal oscillator input, GPIO (P2.6), or Timer0_A compare output - accepts 32-kHz crystal for low-power real-time clock or serves as timer output. |
| 20: DVSS | Digital ground | Reference return path for digital supply; must be connected to system ground plane with low-inductance path for noise immunity. |
Key Features
| Feature | Design Value |
|---|---|
| Ultra-low-power operation | 0.1 µA off-mode with RAM retention enables multi-year battery life in wireless sensor endpoints using duty-cycled wake-up strategies. |
| Integrated 10-bit ADC | 8-channel, 200-ksps sampling with internal reference and autoscan eliminates need for external ADC and reduces BOM cost and board area. |
| Dual USCI peripherals | USCI_A0 (UART/LIN/IrDA/SPI) and USCI_B0 (SPI/I²C) support concurrent wired communication protocols - ideal for sensor hubs interfacing with multiple subsystems. |
| Capacitive-touch I/O | Up to 24 pins support capacitive touch sensing; in 20-pin PDIP, P1.x and P2.x pins are enabled - allows direct integration of user interfaces without dedicated touch controller. |
| Calibrated DCO | Factory-trimmed DCO frequencies at 1/8/12/16 MHz reduce dependency on external crystals while maintaining ±3% accuracy over voltage/temperature - simplifies design and lowers component count. |
| Spy-Bi-Wire debug | 2-pin (SBWTDIO + SBWTCK) in-system programming and real-time debugging - minimizes debug footprint and avoids dedicated 4-pin JTAG connector space. |
Applications
| Smart Sensor Node | Industrial Control Panel |
|---|---|
Use Scenario: Battery-powered environmental monitor measuring temperature, humidity, and ambient light at remote locations with periodic wireless transmission. IC Role / Device Role / Timing Role: Central MCU executing sensor readout, ADC conversion, data preprocessing, and UART-based transmission to LPWAN module; uses LPM3 sleep between 10-second sampling intervals. Use Value: 0.5 µA standby current and sub-1 µs wake-up minimize energy per measurement cycle, extending CR2032 battery life beyond 3 years. |
Use Scenario: Local HMI on factory floor equipment requiring tactile feedback, LED status indication, and RS-485 communication with PLC. IC Role / Device Role / Timing Role: Embedded controller managing capacitive-touch buttons, driving LEDs via PWM, and handling Modbus RTU over UART with hardware LIN auto-baud detection. Use Value: Integrated USCI_A0 LIN mode and Timer_A PWM eliminate external transceivers and LED drivers, reducing component count by 4+ parts. |
| Portable Medical Device | Energy Metering Subsystem |
Use Scenario: Handheld blood glucose meter with LCD display, button interface, and USB charging circuitry. IC Role / Device Role / Timing Role: Main processor acquiring analog strip readings via ADC, managing segmented LCD segments, detecting button presses, and communicating with host PC via UART-to-USB bridge. Use Value: 16 KB Flash accommodates calibration tables and firmware updates; 512 B RAM supports double-buffered ADC samples and UI state storage. |
Use Scenario: Auxiliary measurement unit in smart electricity meter capturing auxiliary voltages/currents and reporting anomalies via optical port. IC Role / Device Role / Timing Role: Secondary MCU performing isolated analog monitoring, running watchdog supervision, and triggering alarm pulses on external fault lines using Timer_A compare outputs. Use Value: Brownout detector and independent WDT+ ensure fail-safe behavior during grid voltage sags; 10-bit ADC meets IEC 62053-21 Class 1 accuracy requirements for auxiliary signals. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar ultra-low-power mixed-signal microcontroller applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| MSP430G2433IN20 | 8 KB Flash, 512 B RAM, identical peripherals and pinout - lacks 16 KB program space but matches all other specs. | Suitable for simpler firmware with no floating-point math or large lookup tables; same 20-pin PDIP footprint and layout compatibility. | Select when firmware size remains under 8 KB and cost optimization is prioritized without sacrificing ADC or communication features. |
| MSP430G2553IPW28 | 16 KB Flash, 512 B RAM, same core and peripherals, but in 28-pin TSSOP with additional P3.x I/O and AVCC/AVSS pins - not pin-compatible with IN20. | Enables higher I/O count and improved analog noise isolation via separate analog supply pins; requires PCB redesign. | Choose when design needs >16 I/Os or enhanced ADC SNR via dedicated analog power rails - accept layout change for functional upgrade. |
Compared with MSP430G2433IN20, the MSP430G2533IN20 provides double Flash capacity for complex sensor fusion or bootloader+application partitioning; compared with MSP430G2553IPW28, it trades I/O count and analog rail separation for through-hole manufacturability and legacy board compatibility.
Availability
MSP430G2533IN20 is available at Aetrix Electronics and suitable for industrial sensor nodes, portable medical devices, and energy metering subsystems requiring stable component supply across long-lifecycle production programs.
Supply support for MSP430G2533IN20 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 for industrial, automotive, and consumer markets.
The MSP430G2xx family delivers ultra-low-power mixed-signal MCUs targeting cost-sensitive, battery-operated applications such as sensor interfaces, portable instrumentation, and simple human-machine interfaces.
FAQ
What is the maximum operating frequency of the MSP430G2533IN20?
The MSP430G2533IN20 supports a maximum system clock (MCLK) frequency of 16 MHz when VCC ≥ 3.3 V, 12 MHz at 2.7 V, and 6 MHz at 1.8 V. This is achieved using the factory-calibrated DCO oscillator; external crystals up to 16 MHz may also be used via the XT1 oscillator module. The MSP430G2533IN20's 16-bit RISC architecture ensures deterministic execution at these rates.
Does the MSP430G2533IN20 support capacitive touch sensing?
Yes, the MSP430G2533IN20 supports capacitive touch sensing on up to 24 I/O pins. In the 20-pin PDIP package (MSP430G2533IN20), all P1.x and P2.x pins - totaling 16 I/Os - are capacitive-touch enabled. This capability is implemented in hardware via the built-in comparator and timer resources, requiring no external components for basic proximity or button detection.
What debug interface does the MSP430G2533IN20 use?
The MSP430G2533IN20 uses the Spy-Bi-Wire (SBW) interface - a 2-wire variant of JTAG - for in-system programming and real-time debugging. It requires only two pins: RST/NMI/SBWTDIO (pin 16) and TEST/SBWTCK (pin 17). This eliminates the need for a full 4-pin JTAG header, saving PCB space and simplifying debug connectivity during development and field servicing of the MSP430G2533IN20.
Is the ADC on the MSP430G2533IN20 hardware-calibrated?
Yes, the 10-bit ADC on the MSP430G2533IN20 includes factory-calibrated offset and gain coefficients stored in information memory. These values can be loaded at runtime to correct for process variation, improving absolute accuracy without external calibration routines. The ADC also features an internal 1.5-V reference and supports external references (VREF+/VREF−) on pins P1.3 and P1.4 for enhanced precision in the MSP430G2533IN20.
Can the MSP430G2533IN20 operate from a single 1.8-V supply?
Yes, the MSP430G2533IN20 is fully specified to operate from 1.8 V to 3.6 V. At 1.8 V, it achieves up to 6 MHz system clock frequency and maintains full functionality including ADC operation, USCI communication, and low-power modes. Active current consumption is 230 µA at 1 MHz/2.2 V, scaling predictably downward at lower voltages - making the MSP430G2533IN20 ideal for single-cell lithium or alkaline battery systems.
MSP430G2533IN20 Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Texas Instruments
- Package/Case:
- 20-DIP (0.300", 7.62mm)
- Series:
- MSP430G2xx
- Packaging:
- Tube
- Product Status:
- Active
- Programmable:
- Not Verified
- Core Processor:
- MSP430 CPU16
- Core Size:
- 16-Bit
- Speed:
- 16MHz
- Connectivity:
- I2C, IrDA, LINbus, SCI, SPI, UART/USART
- Peripherals:
- Brown-out Detect/Reset, PWM, WDT
- Number of I/O:
- 16
- Program Memory Size:
- 16KB (16K x 8)
- Program Memory Type:
- FLASH
- EEPROM Size:
- -
- RAM Size:
- 512 x 8
- Voltage - Supply (Vcc/Vdd):
- 1.8V ~ 3.6V
- Data Converters:
- A/D 8x10b
- Oscillator Type:
- Internal
- Operating Temperature:
- -40°C ~ 85°C (TA)
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Through Hole
- Supplier Device Package:
MSP430G2533IN20 FAQ
1.How can I place an order for MSP430G2533IN20 through Aetrix?
Please submit a Request for Quotation (RFQ) for MSP430G2533IN20 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 MSP430G2533IN20 reliable?
The price and inventory of MSP430G2533IN20 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MSP430G2533IN20 is usually 5 days.
3.What payment methods are accepted for MSP430G2533IN20?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MSP430G2533IN20 transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MSP430G2533IN20?
MSP430G2533IN20 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MSP430G2533IN20 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 MSP430G2533IN20?
For technical support, including MSP430G2533IN20 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MSP430G2533IN20 requirements.
6.How does Aetrix verify that MSP430G2533IN20 is sourced from the original manufacturer or authorized distributors?
All MSP430G2533IN20 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 MSP430G2533IN20 meets industry standards.
7.What is the process for return or replacement of MSP430G2533IN20?
All MSP430G2533IN20 units undergo pre-shipment inspection (PSI). If there is an issue with MSP430G2533IN20, 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 MSP430G2533IN20 part is unused and in its original packaging.
Return procedure for MSP430G2533IN20:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MSP430G2533IN20 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…

