Overview

The MIC5219-3.3 (MIC5219-3.3YM5) is a high-performance, ultra-low-noise fixed +3.3V low dropout (LDO) linear regulator manufactured by Microchip Technology (originally Micrel). Housed in a miniature 5-pin SOT-23 package, it delivers up to 500 mA500\text{ mA} peak output current (250 mA250\text{ mA} continuous) with an exceptionally low dropout voltage of 10 mV10\text{ mV} at light loads and 350 mV350\text{ mV} at 500 mA500\text{ mA}.

Featuring an internal reference bypass (BYP) pin, connecting a tiny 470 pF470\text{ pF} ceramic capacitor reduces output spectral noise density to just 260 nV/Hz260\text{ nV}/\sqrt{\text{Hz}}. The IC incorporates zero-current shutdown mode (<1 μA< 1\ \mu\text{A}), reverse battery polarity protection, overcurrent limiting, and thermal overload protection. It is a favored power regulator on Adafruit breakout boards, Arduino Pro Mini clones, GPS modules, LoRa nodes, and precision analog sensor front-ends.

Quick reference

Regulator TypeUltra-Low-Noise Low-Dropout Linear Regulator (LDO)
Package5-pin SOT-23 (SOT-23-5) / 8-pin MSOP
Fixed Output Voltage+3.3 V+3.3\text{ V} DC (±1%\pm 1\% initial accuracy)
Input Voltage Range (VINV_{IN})2.5 V2.5\text{ V} to 12.0 V12.0\text{ V} DC (Operates up to +20V+20\text{V} absolute max)
Peak Output Current500 mA500\text{ mA} peak (250 mA250\text{ mA} continuous thermal)
Dropout Voltage10 mV10\text{ mV} at 100 μA100\ \mu\text{A} / 350 mV350\text{ mV} at 500 mA500\text{ mA}
Noise Spectral Density260 nV/Hz260\text{ nV}/\sqrt{\text{Hz}} with 470 pF470\text{ pF} bypass cap
Quiescent Current80 μA80\ \mu\text{A} at light load / <0.1 μA< 0.1\ \mu\text{A} in shutdown
Enable ControlLogic-compatible active-HIGH EN pin

Pinout (SOT-23-5 Package)

text
        ┌─────────────┐
    IN ─│ 1         5 │─ OUT
   GND ─│ 2           │
    EN ─│ 3         4 │─ BYP (Noise Bypass)
        └─────────────┘
PinNameDescription
1INUnregulated DC supply input (+2.5V to +12.0V DC)
2GNDGround reference (0 V)
3ENEnable / Shutdown control (HIGH = Enabled, LOW/Open = Shutdown)
4BYPNoise bypass pin (Connect 470pF ceramic cap to GND; leave floating if unused)
5OUTRegulated fixed +3.3V DC voltage output

Standard Circuit & Capacitors

text
       +V_IN (3.6V - 12V DC)

       [Pin 1: IN]
        MIC5219-3.3
       [Pin 5: OUT] ──────────────┬─────────────── +3.3V Regulated DC Output
          │                       │
       [Pin 2: GND]          [ C_OUT = 2.2µF Ceramic/Tantalum ]
          │                       │
   [ C_IN = 1.0µF Ceramic ]      GND

       [Pin 3: EN ] ─── +V_IN (or MCU GPIO)
       [Pin 4: BYP] ───[ C_BYP = 470pF ]─── GND
  • Input Capacitor (CIN=1.0 μFC_{IN} = 1.0\ \mu\text{F}): Required if the regulator is more than 4 inches from the main power source.
  • Output Capacitor (COUT=2.2 μF10 μFC_{OUT} = 2.2\ \mu\text{F} \dots 10\ \mu\text{F}): Ceramic or tantalum capacitor required for control loop stability (ESR <5 Ω< 5\ \Omega).
  • Bypass Capacitor (CBYP=470 pFC_{BYP} = 470\text{ pF}): Ceramic capacitor connected from Pin 4 to GND to suppress reference amplifier noise.

Specifications

ParameterSymbolMinTypMaxUnitConditions
Output Voltage AccuracyVOUTV_{OUT}3.2673.3003.333VIO=100 μA,TA=25CI_O = 100\ \mu\text{A}, T_A = 25^\circ\text{C}
Dropout VoltageVDOV_{DO}1050mVIOUT=100 μAI_{OUT} = 100\ \mu\text{A}
Dropout Voltage (Full Load)VDOV_{DO}350500mVIOUT=500 mAI_{OUT} = 500\text{ mA}
Peak Output CurrentIPKI_{PK}500700mAVOUT3.1VV_{OUT} \ge 3.1\text{V}
Quiescent Ground CurrentIGNDI_{GND}80150μA\mu\text{A}IOUT=100 μAI_{OUT} = 100\ \mu\text{A}
Ground Current at Full LoadIGNDI_{GND}6.012.0mAIOUT=500 mAI_{OUT} = 500\text{ mA}
Shutdown CurrentISDI_{SD}0.011.0μA\mu\text{A}VEN0.4VV_{EN} \le 0.4\text{V}
Power Supply Rejection RatioPSRRPSRR75dBf=120 Hz,COUT=10 μFf = 120\text{ Hz}, C_{OUT} = 10\ \mu\text{F}

Common mistakes

  • Leaving EN floating: Pin 3 (EN) does not have an internal pull-up. Leaving it disconnected causes the regulator to float into low-power shutdown. Tie EN directly to IN for always-on operation.
  • Overheating the tiny SOT-23 package at high continuous currents: SOT-23 packages have a thermal resistance θJA220C/W\theta_{JA} \approx 220^\circ\text{C/W}. Stepping down 9V9\text{V} (e.g. from a 9V battery) to 3.3V3.3\text{V} at 150mA150\text{mA} creates PD=(93.3)×0.15=0.855 WP_D = (9 - 3.3) \times 0.15 = 0.855\text{ W}, resulting in a ΔT=0.855×220188C\Delta T = 0.855 \times 220 \approx 188^\circ\text{C} temperature rise that instantly triggers thermal shutdown. Keep continuous loads <150 mA< 150\text{ mA} when input voltage exceeds 5V5\text{V}.

Notes

  • Reverse Battery Protection: The MIC5219 includes internal reverse polarity protection, protecting both the regulator and the downstream circuitry if a battery is connected backwards.

Assets & downloads