Skip to main content
Texas Instruments MSP430G2230IDR — Microcontrollers & Processors (MCU / MPU / DSP)

MSP430G2230IDR MCU, 16MHz, 2KB Flash, 8-SOIC

MPNMSP430G2230IDR
Active

Texas Instruments MSP430G2xx series, 16-bit MSP430 CPU16 microcontroller, 2KB FLASH, 128B RAM, 16MHz, 8-SOIC, -40°C to 85°C, MSP430G2230IDR.

$1.2800Ref. price · indicative, final on quote
Packaging8-SOIC (0.154", 3.90mm Width)
RoHSROHS3 Compliant
SeriesMSP430G2xx
Independent supplier — new & surplus stockAuthenticity-screened · ESD-safe packingListing updated Aug 2026

Specifications

MSP430G2230IDR specifications
ParameterValue
SeriesMSP430G2xx
MountingSurface Mount
Oscillator typeInternal
Program memory typeFLASH
Voltage - supply (Vcc (Vdd))1.8V ~ 3.6V
Operating temperature-40°C ~ 85°C (TA)
Speed16MHz
PackageTape & Reel (TR) Cut Tape (CT)
RAM size128 x 8
Core size16-Bit
PeripheralsBrown-out Detect/Reset, DMA, PWM, WDT
ConnectivityI²C, SPI, USI
Number of i (O)4
Core processorMSP430 CPU16
Case8-SOIC (0.154\", 3.90mm Width)
Data convertersA/D 4x10b
Program memory size2KB (2K x 8 + 256B)

Product details

Active production — no bootloader flash tax here

The MSP430G2230IDR: The 2 KB (2K x 8 + 256B) on-chip FLASH is all yours — the MSP430 boot ROM lives in a separate memory region, so none of the advertised program space is eaten by a factory bootloader. What you see in the memory map is what you get for application code.

What the 16MHz core and 128B RAM mean for firmware fit

The 16-bit MSP430 CPU16 core runs at 16 MHz — this is the maximum system clock, not a turbo mode. With 128 x 8 bytes of RAM, the firmware budget is tight: a typical HAL plus a minimal scheduler leaves about 80 bytes for stack and global variables. Plan the call tree depth and interrupt nesting before you start coding. Four I/O pins in an 8-SOIC package — every pin carries a secondary function (USI for I²C/SPI, or ADC input). The pin mux is shared, so a single design decision (e.g. using the USI for SPI) permanently locks out the ADC on those same pins. Read the port map in the datasheet before laying out the board. The internal oscillator (DCO) is calibrated at factory to ±1% over temperature — no external crystal needed for UART or SPI bit-banging at moderate baud rates. Brown-out detect and reset (BOR) are built in, so a simple RC on the RST pin is sufficient for most low-noise environments.

Package and footprint note

Tape & Reel packaging (2,500 units per reel) is the standard ordering option.

Frequently asked questions

What is the flash and RAM size on the MSP430G2230IDR?

The device has 2 KB (2K x 8 + 256B) of FLASH program memory and 128 x 8 bytes of SRAM. The 256-byte information memory segment is separate from the main FLASH array and can be used for calibration data or boot parameters.

What peripherals are integrated on the MSP430G2230IDR?

On-chip peripherals include a 10-bit ADC with 4 multiplexed channels, a Universal Serial Interface (USI) supporting I²C and SPI, a timer with PWM capability, brown-out detect/reset, and a watchdog timer. The oscillator is internal — no external crystal required for basic operation.