Linear Regulators: From Definition to Working, Use-Case Comparisons & How to Choose
Linear Regulators: Definition, Working Principles, Comparisons & Selection Guide
A linear regulator keeps a DC output steady by linearly controlling a series pass device and burning excess input voltage as heat. A linear voltage regulator is simple and low-noise, ideal for sensor rails, audio/RF supplies, or as a clean post-regulator after a switching stage. Next we’ll explain, using a minimal feedback-loop diagram, why dropout exists and why heat rises, before comparing linear vs switching/LDO and guiding you through a practical selection path.
What Is a Linear Regulator?
In plain terms, a linear regulator is a power IC that keeps a steady DC output by linearly controlling a series pass device and turning the extra input voltage into heat. This linear voltage regulator approach is valued for simplicity and low noise, making it easy to drop a supply to a clean, stable rail for general electronics.
Two Boundary Facts
- Step-down only. A linear regulator cannot boost voltage; output is always lower than input.
- Dropout voltage exists. The input must stay slightly above the desired output to give the pass device headroom.
Minimal Block Diagram
Where It Fits in Power Management
A linear regulator is one member of the power-management family; an LDO (low-dropout regulator) is a type of linear regulator designed to work with a smaller input–output difference. We will compare linear vs switching and LDO families later.
Quick, Concrete Examples
- Quiet sensor rails in MCU boards (simple, low-noise supply).
- Audio/RF lines cleaned up after a switching stage (post-regulator).
To see why dropout exists and why heat rises, we’ll open the feedback loop and the pass device in Chapter 2.
Further Reading & Authoritative Sources
How Do Linear Regulators Work?
To answer how do linear regulators work, start from the core linear regulator working principle: an error amplifier compares a reference to a sampled output and drives a series pass device (BJT/MOSFET) in its linear region so the output stays constant.
Feedback Loop (Vref → Error Amp → Pass BJT/MOSFET)
In an adjustable design, the output follows the divider: Vout ≈ Vref · (1 + R1/R2). The amplifier steers the pass device so the sensed output equals the reference. The linear regulator circuit below shows this loop at a glance.
Dropout Voltage Explained (Why headroom is required)
The pass device needs a little input–output headroom to stay in control; when that headroom vanishes, the loop can no longer regulate and the output “drops out”. In classic (bipolar) regulators dropout is set by the device’s saturation voltage plus a margin; in LDOs, it’s roughly Vdrop ≈ RDS(on) · Iload (plus small overheads).
Power Dissipation & Efficiency (P = (Vin − Vout) × Iload)
The lost power is converted to heat: P = (Vin − Vout) × Iload. Ignoring quiescent current, the idealized efficiency is η ≈ Vout/Vin. This is the cornerstone of linear regulator heat dissipation analysis and the practical efficiency formula.
Worked example: 12 V → 5 V @ 0.2 A → P = (12−5)×0.2 = 1.4 W. With a package/PCB thermal resistance of RθJA = 50 °C/W, estimated rise is ΔT ≈ 1.4 × 50 = 70 °C over ambient—often too hot without copper pour or a different architecture (e.g., buck → LDO).
Stability & Output Capacitor ESR (Why LDOs can oscillate)
Loop stability depends on the output capacitor value and its ESR: together they set zeros/poles that affect phase margin. Older LDOs require an ESR “window” to stay stable; many modern parts tolerate low-ESR ceramic caps, but you must verify the datasheet’s stability conditions and transient plots.
- Symptoms: audible hiss/whine, sawtooth ripple, or Vout jitter.
- Checks: cap value and ESR per datasheet, short ground return, minimal loop area near the pass device and output node.
Since efficiency and heat are dictated entirely by the voltage drop and load current, when should you choose a linear regulator—and when should you switch to a DC-DC (or stack the two)? On to the cross-product comparison.
Further Reading & Authoritative Sources
Strengths, Limitations & Product-Type Comparisons
Advantages
The key advantages of linear regulator designs are simplicity and signal cleanliness. Most needs are met with minimal external parts and no switching node or magnetics.
- Simple & low BOM — fast to implement, easy to validate.
- Low output noise — no switching ripple; good PSRR in relevant bands.
- Fast transient response — pass device operates in the linear region.
- Predictable behavior — no EMI filter or compensation network tuning.
Disadvantages
The classic disadvantages of linear regulator come from burning the voltage difference as heat. This makes large Vin−Vout or high Iload inefficient.
- Step-down only — cannot boost or invert.
- Efficiency limited — idealized how efficient is a linear regulator? Approximately
η ≈ Vout/Vin(ignoring Iq). - Thermal loss — heat =
P=(Vin−Vout)×Iload. - Stability constraints (LDO) — output capacitor/ESR requirements.
Q: What is the main disadvantage of a linear voltage regulator?
Q: How efficient is a linear regulator in practice?
Vout/Vin; add quiescent current and thermal effects for real designs.Linear vs Switching

| Aspect | Linear Regulator | Switching (Buck/DC-DC) |
|---|---|---|
| Efficiency (≈ Vout/Vin for linear) | Limited by ratio; high loss at large drop or current | High (80–95% typical) over wide range |
| EMI / Output Noise | Very low noise; no switching ripple | Switching ripple + EMI; requires filtering |
| Complexity (Inductor? Compensation?) | Very simple; no magnetics; minimal tuning | Inductor/diode/MOSFET; compensation often required |
| Cost (BOM) | Low | Medium–High (controller + magnetics + filters) |
| Size (Magnetics needed?) | Small; no magnetics | Larger due to magnetics and filters |
| Boost/Invert Capability | No | Yes (buck/boost/inverting topologies) |
| Thermal @ case (e.g., 12→5V @ 0.2A) | ~1.4 W to heat; careful RθJA/heatsinking | Low loss → easier thermal management |
| Best for… | Audio/RF clean rails; post-reg small loads | Large drop or higher currents; battery efficiency |
LDO vs Linear Regulator
LDO vs linear regulator: an LDO is a type of linear regulator that works with a smaller input–output difference (lower dropout). Thermal loss is still (Vin−Vout)×Iload.
| Aspect | Classic Linear | LDO (Low-Dropout) |
|---|---|---|
| Dropout | Higher; headroom set by device saturation | Lower; ≈ RDS(on)·Iload + overhead |
| Stability / ESR | Less sensitive in many classics | Pay attention to ESR window/cap type per datasheet |
| Thermal model | (Same) Heat = (Vin−Vout)×Iload | |
| Use when… | Simple 12→5 V low-current rails | Battery 3.7→3.3 V; post-reg after buck for low noise |
Linear Regulator vs DC-DC (When to combine)
For linear regulator vs DC-DC trade-offs: choose DC-DC when efficiency or step-up/inversion is required; keep linear for ultra-low noise and simplicity. A proven hybrid is buck → LDO: use the buck for most of the drop and leave ~0.2–0.5 V headroom for the LDO to clean ripple.
“When to use …” Decision Cards
Use a linear regulator
When load current is small and noise is critical (sensors, audio/RF), or as a clean post-regulator.
Use a buck converter
When (Vin−Vout) or Iload makes thermal loss unacceptable; prioritize efficiency and thermal margin.
Use buck → LDO
When you need both efficiency and low noise; keep LDO headroom ≈ 0.2–0.5 V for best ripple cleanup and stability.
can I use LDO after buck?
Yes — ensure dropout headroom, verify capacitor/ESR stability, and check transient/PG timing.
Reminders: linear efficiency ≈ Vout/Vin; heat P=(Vin−Vout)×Iload.
Rules on paper aren’t enough—real projects are driven by use-case constraints. Next, we’ll ground this by domain—audio / automotive / battery / industrial—and list common pitfalls and go-to part families.
Further Reading & Authoritative Sources
Application-Driven Comparisons
You can already weigh pros and cons; this section builds scene intuition. Each use case follows the same pattern: Constraints → Architecture choice → Common pitfalls → Representative Tier-1 series (neutral “road-signs,” not ratings).
Audio & RF — best linear regulator for audio, low noise linear regulator for RF, linear regulator for op amp
Constraints
- Very low output noise; verify PSRR vs frequency at the buck frequency and harmonics (e.g., 100 kHz–2 MHz).
- Small load currents (mA–tens of mA), tight layout, star-grounding around analog sections.
- Input often comes from a switching stage with residual ripple.
Architecture choice
- Buck → LDO recommended; keep LDO headroom ≈ 0.2–0.5 V for optimal ripple cleanup.
- Linear-only works for small current and small Vin–Vout; check thermal margin.
Common pitfalls
- Looking only at “low noise” and ignoring PSRR curves → ripple not sufficiently attenuated.
- Output capacitor/ESR outside the stability window → low-frequency burble or step-response ringing.
- Large ground loops pulling switching noise into the LDO output node.
Representative Tier-1 series (road-signs, neutral)
TI TPS7Axx / TLV7x · ST LDL/LDLN/LD1117 · Microchip MCP1700/1825 · onsemi NCP4681/NCP114 · Renesas ISL80xx
For a low-noise linear regulator for RF, place a post-reg LDO after your buck; verify PSRR at the interferer’s frequency and the output noise density target.
Automotive (ECU / Sensors) — automotive linear regulator AEC-Q100, sensor 5V 3.3V regulator
Constraints
- AEC-Q100 grade, wide temperature, transient events (cold-crank, load-dump), EMC/ESD robustness.
- 12 V (or 24 V) → 5 V / 3.3 V rails; currents vary by ECU domain/sensor mix.
Architecture choice
- Buck → LDO as the default: buck handles the big drop; LDO provides isolation/cleanup (headroom 0.2–0.5 V).
- Pure LDO only for light loads and modest Vin range; ensure OVP/OCP/OTP, reverse battery, and reverse current safeguards.
Common pitfalls
- Validating only steady-state Vin but missing cold-crank/load-dump → violates Max Vin or SOA.
- No strategy for reverse battery or surge → device failure in field.
- Missing PG/EN sequencing → MCU brown-outs or undefined startup.
Representative Tier-1 series (road-signs, neutral)
TI TLV7x-Q1 / TPS7Axx-Q1 · Renesas ISL8xxx-A · NXP platform LDO rails · onsemi NCVxxxx · Melexis (integrated rails in sensor/driver SoCs)
Battery / IoT — battery powered device low quiescent current, 3.7V to 3.3V LDO
Constraints
- Ultra-low Iq and minimal shutdown leakage dominate lifetime; tiny footprint, limited copper for heat.
- Li-ion (3.0–4.2 V) or coin cell; bursty loads from radios/MCUs.
Architecture choice
- LDO first when average load is small: ensure dropout < Vbat,min − Vout.
- 3.7V to 3.3V LDO: target headroom ≤ ~300 mV; verify startup/shutdown behavior and reverse current.
- For larger peaks or big Vin–Vout: buck → LDO to reduce heat while keeping quiet rails.
Common pitfalls
- Quoting only “typical Iq” and missing worst-case Iq over temperature/voltage.
- Unverified shutdown leakage / reverse current paths drain the battery.
- Transient droop causing MCU brown-out; fix with adequate Cout and proper PG.
Representative Tier-1 series (road-signs, neutral)
Microchip MCP1700/1703/1825 · TI TLV7x / TPS7Axx (low-Iq variants) · onsemi NCP114/4681 · ST LDLN
Industrial / PLC — industrial PLC 24V to 5V linear regulator feasible?
Constraints
- 24 V bus with surge/fast transients (IEC 61000-4-4/-5), high ambient, long up-time.
- Space and thermal paths are limited; reliability trumps absolute efficiency.
Architecture choice
- Feasibility check: 24→5 V @ 0.2 A →
P=(24−5)×0.2=3.8 W→ rarely acceptable in small packages. - Recommendation: buck → LDO; buck handles the big drop, LDO cleans ripple/isolates rails.
- Pure linear is acceptable only for very small currents (≈20–30 mA) with ample copper for heat spreading.
Common pitfalls
- Ignoring RθJA and real ΔT → unexpected overheating in cabinet environments.
- Missing surge/ESD clamps → field failures despite “working on bench”.
- Large loop area around output node → EMC issues that a quiet LDO cannot fix alone.
Representative Tier-1 series (road-signs, neutral)
Renesas ISL80xx · ST L78xx / LD1117 / LDL · onsemi MC78xx/1117/NCP · TI LM317 family (adjustable)
With the use case and architecture clarified, the next step is to map them to which type of linear regulator (fixed / adjustable / LDO / negative / smart) and understand the key considerations for each.
Variants (Types of Linear Regulators)
You know the use-case and architecture; now choose the type. Each variant below includes a one-line fit (“Use when…”) and key watch-outs that link forward to datasheet parameters in Chapter 6.
Fixed Output (78xx)
A fixed linear regulator like the classic 7805 linear regulator provides a set output with minimal parts—ideal for simple 12→5 V rails at modest current or as a post-cleanup stage when most drop is handled upstream.
Use when…
- General-purpose 12→5 V low-to-moderate current rails in prototypes and education.
- Secondary cleanup after an upstream converter with most heat handled elsewhere.
Watch-outs
- Heat:
P=(Vin−Vout)×I; verify RθJA and copper area. - Respect Max Vin and surge margins; check startup transients.
- Some families need minimum Cout/ESR for stability.
Adjustable (LM317 + Divider)
An adjustable linear regulator such as the LM317 adjustable regulator sets Vout with an external divider—great for flexible rails and calibration.
Use when…
- You need a non-standard voltage or fine trim in analog stages.
- Small-batch designs where flexibility outweighs fixed SKUs.
Watch-outs
- Divider tolerance/temperature drift affects accuracy (see Vout accuracy).
- Some parts require a minimum load current to regulate properly.
- Heat and dropout still apply; verify dropout and thermal budget.
LDO (Low Dropout)
An ultra low dropout regulator (LDO) maintains regulation with small Vin−Vout headroom; many variants are also an ultra low Iq LDO for battery devices and quiet post-reg rails.
Use when…
- Battery rails (e.g., 3.7→3.3 V) or buck→LDO cleanup needing low noise.
- Sleep-heavy IoT nodes where Iq dominates lifetime.
Watch-outs
- Stability & ESR: some LDOs require an ESR window—verify datasheet curves.
- Iq (typ vs max) over voltage/temperature; affects battery life.
- Reverse current/shutdown leakage and PG/EN behavior (see Chapter 6).
Negative Regulators (LM337)
A negative linear regulator like the LM337 negative regulator generates −V rails (e.g., −12/−5/−3.3 V) for op-amps and analog stages that need dual supplies.
Use when…
- Op-amp front-ends, sensor bias, or mixed-signal stages requiring negative rails.
Watch-outs
- Stability and output capacitor polarity on the negative rail.
- Thermal/dropout computed with magnitudes:
(|Vin|−|Vout|)×I. - Power-up sequencing vs the positive rail and grounding strategy.
Smart / Integrated (PG/EN, Limit, Thermal, Tracking)
Smart or integrated linear regulators add PG/EN, soft-start, current limit, thermal shutdown, and rail tracking—useful in multi-rail systems where sequencing and protection matter.
Use when…
- Multiple rails need controlled startup/shutdown and a power-good handshake.
- Automotive/industrial rails requiring comprehensive protections.
Watch-outs
- PG/EN thresholds & timing must match downstream devices.
- Validate OCP/OTP/short-circuit limits for worst-case loads.
- Confirm tracking/monitor interactions with other rails.
With the type selected, the next step is to read the key datasheet parameters (Iq, PSRR, dropout, RθJA, ESR/stability, PG/EN/protection, etc.); otherwise, you can’t judge whether the design is a go/no-go.
Further Reading & Authoritative Sources
Datasheet Parameters Explained
This chapter turns datasheet jargon into plain checks. For each parameter you’ll see: definition → why it matters → typical range → selection tip. Use the quick index below to jump, then skim the cheatsheet table before reading each subsection.
| Parameter | Plain-English definition | Why it matters | Typical range | Selection tip |
|---|---|---|---|---|
| Max Vin & Vout accuracy | Highest safe input; output error under stated conditions | Bus compatibility; precision rails | ±1–2% Vout accuracy typical | Choose ±1% for analog; add surge margin to Max Vin |
| Iout | Guaranteed output current within thermal/electrical limits | Ensures rail won’t sag or fold back | 10s mA → few 100 mA (common LDOs) | Verify at your Vin–Vout and temperature |
| dropout voltage | Minimum headroom needed for control | Battery low, post-reg scenarios | tens–hundreds of mV, ∝ load current | Use Vdrop vs Iout curve with 10–20% margin |
| quiescent current (Iq) | Regulator’s own idle draw | Battery life and standby | uA → few 100 uA | Check typ/max over temp/voltage; check shutdown leakage |
| PSRR & output noise | Ripple rejection & baseline noise on output | Audio/RF/ADC rails quality | High at kHz, lower at MHz; μVrms | Evaluate at interferer frequency (buck fsw & harmonics) |
| enable / soft start / power good | Control pins and startup waveforms | Sequencing and brown-out safety | ms ramps; PG at 90–95% Vout | Ensure logic-levels/thresholds fit MCU; review timing |
| protection & thermal shutdown | OCP/OTP/short/reverse-current/thermal behaviors | Safety and survival | Thermal shutdown ≈ 150 °C (varies) | Need reverse current block if upstream can backfeed |
| output capacitor ESR | Cap/ESR set loop zeros/poles | Prevents oscillation | Old parts: ESR 0.1–1 Ω window | Use recommended value/type; verify stability plots |
| RθJA & thermal pad & SOA | Thermal path and safe power | Temperature rise and lifetime | Package-dependent | Compute ΔT; add copper pour or change architecture |
| transient response | Vout dip/overshoot & recovery to load/line steps | Resilience to bursts | μs–ms recovery | Match to your step amplitude/slew; add Cout if needed |
| line & load regulation | Output change vs Vin/Load change | Precision under drift | mV or %/V, %/A | Pick tighter specs for precision analog rails |
Electrical Limits & Accuracy — Max Vin / Vout accuracy / line regulation / load regulation
Definition. Max Vin is the maximum safe input. Vout accuracy is the specified output error. Line regulation is Vout change vs Vin change; load regulation is Vout change vs Iout change.
Why it matters. Ensures the part survives your bus and keeps precision rails within tolerance across mains/battery drift and load swings.
Typical. Vout accuracy ±1–2%; regulation in mV or % across stated ranges.
Selection tip. For analog rails, choose ±1% or better; confirm regulation specs at your expected Vin and load window.
Output Capability — Iout
Definition. The guaranteed continuous output current within electrical and thermal limits.
Why it matters. Insufficient Iout causes dropout or protection trips; also drives package thermal stress.
Typical. Tens of mA to a few hundred mA for common LDOs.
Selection tip. Validate guaranteed Iout at your Vin–Vout and temperature; check SOA and foldback behaviors.
Dropout Voltage
Definition. Minimum Vin–Vout headroom for control. In LDOs, approximately Vdrop ≈ RDS(on) · Iload plus overhead.
Why it matters. Decides whether the rail stays in regulation near battery minimum or as a post-regulator.
Typical. Tens–hundreds of mV, rising with load current.
Selection tip. Use the dropout voltage vs load curve; add 10–20% margin to your worst-case current.
Quiescent Current (Iq)
Definition. The regulator’s own idle draw.
Why it matters. Dominates battery life in sleep-heavy devices.
Typical. From a few μA to a few 100 μA; “ultra-low Iq” parts can be ≪10 μA.
Selection tip. Compare quiescent current typ vs max across voltage/temperature; check shutdown leakage paths.
PSRR & Output Noise
Definition. PSRR (dB) is how much input ripple appears at output vs frequency; output noise is the regulator’s baseline noise (often μVrms or nV/√Hz).
Why it matters. Audio/RF/ADC rails need ripple rejection at the interferer frequency (e.g., the buck switching frequency and its harmonics).
Typical. High PSRR at tens of kHz, dropping in the MHz region; noise levels depend on family.
Selection tip. Read PSRR vs frequency; if inadequate at the specific fsw, consider buck→LDO, LC filters, or a lower-noise family.
Start-up & Control — enable pin / soft start / power good / startup behavior
Definition. EN enables the rail; soft start controls ramp; power good (PG/POK) indicates valid output; startup behavior is the timing/waveform during power-up/down.
Why it matters. Prevents brown-outs, coordinates MCU resets, and limits inrush.
Typical. ms-scale ramp; PG asserts around 90–95% Vout with hysteresis.
Selection tip. Ensure enable pin logic levels match your controller; confirm soft start ramp and power good thresholds/timing fit your sequence plan.
Protection — OCP / OTP / short-circuit / reverse current / thermal shutdown
Definition. Over-current/over-temperature limits, short-circuit handling, reverse current blocking, and thermal shutdown thresholds.
Why it matters. Saves the rail and upstream sources during faults and sequencing mishaps.
Typical. Thermal shutdown near 150 °C (varies by family); foldback current during shorts.
Selection tip. If the upstream can be higher than Vout during off states, require reverse-current protection or add ideal-diode circuitry.
Stability — output capacitor ESR / ESR requirement
Definition. Output capacitor value and ESR create zeros/poles that set loop phase margin.
Why it matters. Wrong C/ESR can cause oscillation or ringing.
Typical. Older LDOs specify an ESR window (e.g., 0.1–1 Ω); many modern parts work with low-ESR ceramics—verify the datasheet.
Selection tip. Use the recommended C/ESR and layout to minimize loop area; debug oscillation by checking ESR first.
Thermal — RθJA / thermal pad / SOA
Definition. RθJA is junction-to-ambient thermal resistance; a thermal pad and copper lower it; SOA bounds safe power.
Why it matters. Thermal rise limits sustained current and lifetime.
Typical. RθJA depends on package and PCB copper; datasheets often show curves for different land patterns.
Selection tip. Include worst-case ambient; verify measured rise on your PCB, not only in air.
P=(Vin−Vout)×Iload drives ΔT via RθJA.Transient Response
Definition. Output undershoot/overshoot and recovery time during load or line steps.
Why it matters. Ensures wireless bursts or CPU wake-up currents don’t brown-out the rail.
Typical. Recovery ranges from μs to ms, depending on loop bandwidth and Cout.
Selection tip. Match datasheet test steps to your real step amplitude and slew; increase Cout or adjust architecture if targets are missed.
Reading is not enough—next we’ll apply these parameters to common operating scenarios, with copy-paste templates and clear “red lines” (non-negotiable limits).
Design Playbooks & Pitfalls (Templates + Redlines)
You now understand the parameters; this section turns them into do-this-now recipes. Each playbook follows the same format: Steps → Worked example → Redlines → Checklist.
12→5 V @ 0.2 A — linear regulator thermal calculation
Steps
- Compute loss:
P = (Vin − Vout) × Iload. - Estimate rise:
ΔT = P × RθJAusing the datasheet value for your package and copper. - Check efficiency:
η ≈ Vout/Vin(ignore Iq initially). - Decide architecture: Small current → linear may be OK; otherwise switch to buck or buck → LDO.
- PCB thermal: use thermal pad, vias, and copper pour to lower RθJA.
Redlines
- If
ΔT > (TJ,max − Tambient − margin)→ linear is disqualified. - Do not assume lab air cooling values apply inside sealed cabinets; derate RθJA.
Checklist
- P, ΔT, η all computed with worst-case Vin and Iload.
- Thermal pad + copper area sized; plan migration path to buck or buck→LDO if ΔT tightens.
3.7→3.3 V Sensor Rail — ultra low Iq LDO, reverse current protection LDO, startup behavior
Steps
- Iq budget: compare quiescent current typ vs max over temperature/voltage to your sleep duty cycle.
- Dropout margin: ensure
Vdrop(I)<Vbat,min − 3.3 Vwith 10–20% headroom. - Reverse current protection LDO: require built-in block if sources can backfeed; otherwise add ideal-diode/ORing.
- Startup behavior & PG: confirm ramp time, power good threshold, and MCU reset timing.
- Shutdown leakage: measure off-state current paths (EN/SHDN asserted).
Redlines
- Quoting only typical Iq; ignoring worst-case Iq vs temperature/voltage.
- No reverse-current strategy with parallel sources or large downstream capacitance.
Checklist
- Iq (typ/max) logged; dropout curve checked at peak current.
- Reverse-current path mitigated; PG/EN logic levels compatible; off-state leakage verified.
DC-DC → LDO (Audio/RF) — post regulator filter, EMI vs PSRR
Steps
- Set architecture: buck for efficiency + low-noise LDO headroom 0.2–0.5 V.
- Frequency alignment: check PSRR at the buck switching frequency and harmonics.
- Post regulator filter: add RC (small current) or LC (larger current) ahead of the LDO if needed.
- Stability check: ensure Cout/ESR meet LDO stability requirements (LDO stability).
- Layout: shrink switching loop; star-ground analog; keep LDO output node quiet.
Redlines
- Using low-frequency PSRR numbers to judge MHz ripple cleanup.
- Ignoring ESR window → oscillation despite “low-noise” specs.
Checklist
- PSRR at fsw met; headroom ensured; filter dimensioned.
- Stability verified; layout loop area minimized; analog ground isolated.
Automotive Sensor Rail — cold crank / load dump, short SOA, linear regulator layout guidelines
Steps
- Compliance: AEC-Q100 grade, temperature class per ECU location.
- Transients: design for cold-crank, load-dump, reverse battery (TVS + input filter).
- Protection: verify OCP, foldback, and SOA under short at high Vin.
- Linear regulator layout guidelines: input/output caps near pins; tiny loop areas; split grounds with single-point return.
- Sequencing: PG/EN timing aligned with MCU and sensor power-on requirements.
Redlines
- Validating only steady-state Vin; skipping transient waveforms and thermal stress.
- No reverse-battery/load-dump countermeasures.
Checklist
- Certs checked; transient table complete; SOA validated.
- Layout audited; PG/EN sequencing reviewed in system context.
Troubleshooting — LDO stability / linear regulator oscillation fix / linear regulator layout guidelines / ORing diodes LDO
| Symptom | Likely cause | Fix |
|---|---|---|
| Audible hiss / sawtooth ripple / Vout jitter | Cout value/ESR out of spec; loop area large | LDO stability check → follow datasheet Cout/ESR; shrink loop; as a linear regulator oscillation fix, add recommended series R or change cap type. |
| Device overheating / derating at load | Large Vin−Vout or high I; poor thermal path | Re-architect to buck or buck→LDO; add copper/thermal vias; recompute ΔT with board-level RθJA. |
| Rail backfeeds when upstream off | No reverse-current block; parallel sources | Use device with reverse-current protection or add ORing diodes LDO/ideal-diode controller; audit shutdown leakage. |
| Brown-out at startup / during RF burst | Poor startup behavior; insufficient Cout; PG/EN timing off | Add soft-start or delay EN; raise Cout; align PG threshold with MCU; consider post filter for bursts. |
With templates and redlines in hand, next we’ll clearly explain the common part names and the most frequently asked beginner questions—so jargon doesn’t chase anyone away.
Further Reading & Authoritative Sources
Common Models & Quick FAQ
You can design and calculate; now build name recognition. This section maps classic parts to modern LDO families, then answers high-intent questions with short, link-back replies.
Classics
LM317 (Adjustable)
Adjustable linear regulator; Vout set by divider—flexible for lab rails and analog trims.
- Watch: dropout voltage vs load, minimum load current.
- See also: Variants · Adjustable, Working principle.
LM337 (Negative)
Negative linear regulator; generates negative rails for op-amps / mixed-signal stages.
- Watch: polarity and output capacitor ESR; sequence with the positive rail.
- See also: Variants · Negative, Thermal.
78xx / 1117 (Fixed)
Fixed linear regulator (e.g., 7805 / 1117-3.3); minimal externals for simple rails.
- Watch: heat
P=(Vin−Vout)×I, Cout/ESR minima. - See also: Variants · Fixed, 12→5 V thermal example.
Modern LDO Families
TI — TPS7A / TLV7x
Low-noise / high-PSRR variants; broad voltage & Iout options, Q1 grades available.
Check: PSRR@MHz, Iq, PG/EN, stability. Use cases: Audio/RF, Automotive.
ST — LD / LDL / LDLN
Compact ceramic-stable LDOs; LDLN lines target low noise with small headroom.
Check: ESR window, noise/PSRR, Iq. Use: Audio, small Battery/IoT.
Microchip — MCP17xx / 1825
Ultra-low Iq options for long battery life; simple pinouts.
Check: quiescent current (typ vs max), dropout, startup behavior. Use: IoT nodes.
onsemi — NCP series
Balanced cost/features; wide VIN options; some very low Iq variants.
Check: Max Vin & accuracy, Iq, stability. Use: general rails, battery.
Renesas — ISL family
Low-noise / precision LDOs and automotive variants; good documentation quality.
Check: PSRR vs frequency, PG/EN, RθJA. Use: RF/analog, industrial.
Quick FAQ
is LM317 a linear regulator?
Yes—LM317 is an adjustable linear regulator; Vout is set by a resistor divider. Mind its minimum load current and dropout voltage at your load.
See also → Variants · Adjustable, How it works, Accuracy/Regulation.
why is LDO called a linear regulator?
An LDO still uses a linear pass element and feedback loop; it simply needs less headroom (lower dropout), often via a MOSFET pass device. Heat still follows P=(Vin−Vout)×I.
See also → Working principle, Dropout, Linear vs Switching.
LM317 vs LM337
LM317 is a positive adjustable regulator; LM337 is its negative counterpart. Similar stability/thermal thinking applies, but pay attention to polarity, grounding, and startup order.
See also → Adjustable, Negative, Stability (ESR).
is 7805 a linear regulator / how much heat does 7805 dissipate at 12V to 5V?
Yes—7805 is a fixed linear regulator. Heat example: P=(12−5)×I; at 0.2 A it’s 1.4 W, which often requires heatsinking or a different architecture.
See also → Fixed, 12→5 V thermal calculation, RθJA & ΔT.
what transistor is equivalent to LM317?
None—LM317 is an IC with a reference and error amplifier driving a pass device. You can emulate with an op-amp + BJT/MOSFET in linear region, but you must design protection and ensure loop stability.
See also → Feedback loop, Protections.
can MOSFET be used as linear regulator?
Yes, as the pass element in linear region; however, mind SOA/thermal and stability. Integrated LDOs add protections and proven compensation.
See also → How it works, Thermal, Stability.
can I use linear regulator to step up?
No—linear regulators are step-down only. Use a DC-DC converter for boost/inversion; for low noise, combine buck → LDO.
See also → Linear vs DC-DC, DC-DC → LDO (Audio/RF).
Now that you recognize the common parts, the next question is: which brand catalog should you browse? The next chapter provides a neutral road-sign—cross-brand navigation organized by application and key parameters.
Further Reading & Authoritative Sources
Brand Landscape
This is a neutral directory to help you find families and shortlist candidates. Use it with Chapter 6 (e.g., PSRR/noise, Iq, dropout, RθJA, PG/EN) and Chapter 7 playbooks. Rows include light “hint” phrases to suggest how to compare—no “best” claims.
| Brand | Typical Series (entry points) | Recognized Strengths | Automotive Grade | Best-fit Scenarios |
|---|---|---|---|---|
| TI | TPS7Axx (low-noise/high-PSRR), TLV7x (low-Iq), LM317/LM1117 (classic) Hint: best low noise LDO TI vs ST → compare PSRR@MHz & output noise. |
Low noise · High PSRR · Docs rich · Wide portfolio | Q1 variants widely available | Audio/RF, Automotive sensors/ECU, buck→LDO cleanup Hint: TPS7A vs LD1117 → different classes; check noise/PSRR vs classic fixed families. |
| ST | LD / LDL / LDLN (ceramic-stable, compact), L78xx / LD1117 (fixed) Hint: TPS7A vs LD1117 → distinct targets; use noise/PSRR and stability to decide. |
Compact · Ceramic-stable · Docs rich · Value | Automotive variants present in common rails | Audio/analog, Battery/IoT, general post-reg Check: ESR window, Iq. |
| NXP | Automotive LDO/PMIC (e.g., MC33xxx platform rails) Hint: automotive linear regulator Renesas vs NXP → evaluate platform fit & cold-crank/load-dump compliance. |
Automotive ecosystem · Platform docs · Integration | Broad AEC-Q100 coverage | ECU/Domain rails, platform PMIC contexts Check: Max Vin, PG/EN timing. |
| Renesas | ISL family (precision/low-noise; automotive variants) Hint: automotive linear regulator Renesas vs NXP → compare PSRR curves & PG behavior. |
Precision · Low noise · Industrial notes | AEC-Q100 available | RF/analog, Industrial/PLC, Automotive cleanup/isol. Check: RθJA, noise budget. |
| onsemi | NCP (general/low-Iq), NCV (automotive) Hint: Microchip low Iq LDO vs onsemi → compare Iq (typ vs max) & shutdown leakage. |
Balanced cost · Wide Vin · Low-Iq options | NCV series for Q1 | General rails, Battery/IoT, Automotive sub-rails Check: stability, accuracy. |
| Microchip | MCP1700 / 1703 / 1825 (low/ultra-low Iq) Hint: MCP1700 vs NCP114 → weigh Iq, Vdrop@load, package RθJA. |
Ultra-low Iq · Entry-friendly · Simple pinouts | Some automotive/industrial grades (per P/N) | Battery/IoT, long-life nodes, small post-reg Check: startup behavior, reverse current. |
| Melexis | Often LDO rails integrated inside sensor/driver SoCs (discrete options limited) Hint: for boost/invert needs → see DC-DC; linear cannot step-up (Linear vs Switching). |
Sensor/actuator focus · System-level docs | Primarily automotive | Automotive sensors/actuators (as reference rails) Check: host SoC datasheet and rail specs. |
Note. Families above are common entry points, not rankings. Always verify the latest datasheet against your target parameters: PSRR at the interferer frequency, Iq (typ/max), Vdrop vs load, RθJA & ΔT, and PG/EN timing.
With the road-signs in place, next we’ll build cross-brand parameter tables by use case and explain the engineering trade-offs (not absolute verdicts).
Further Reading & Authoritative Sources
Cross-Brand Part Comparisons (Scenario-Driven, Parameter-Level)
You’ve got a short list; now decide at the parameter level. Each group below follows the same pattern: parameter table → trade-off rationale → when to switch architecture. Column headers use datasheet terms from Chapter 6 (e.g., PSRR / output noise, quiescent current, dropout voltage, output capacitor ESR, RθJA, power good / enable pin).
Low-Noise Audio LDO Comparison — best low noise LDO
| Series (Brand) | PSRR @ 500 kHz / 1.2 MHz (dB) | Output noise (μVrms or nV/√Hz) | Headroom for cleanup (V) | Stability / output capacitor ESR | Package & RθJA | PG/EN | Notes |
|---|---|---|---|---|---|---|---|
| TPS7Axx (TI) | Check @500 kHz / @1.2 MHz curves | Low-noise variants available | 0.2–0.5 V typical for post-reg | Ceramic-stable; verify ESR window | Small DFN/SOT; board copper matters | PG options on select SKUs | Good for DAC/ADC/op-amp rails (post regulator filter) |
| LDLN / LDL (ST) | Verify MHz PSRR, not only kHz | Low-noise LDLN subfamilies | ~0.2–0.4 V | Ceramic OK; follow Cout min | Compact; check RθJA | EN common; PG varies | Budget-friendly audio/RF sub-rails |
| ISL LDO (Renesas) | Focus on PSRR @ target fsw | Precision/low-noise lines | 0.2–0.5 V | Check ESR guidance | Industrial/auto packages | PG/Tracking options | Strong docs for analog use |
| NCP low-noise (onsemi) | Check MHz region | Family-dependent | 0.2–0.5 V | Mind ESR window | Thermal varies by pkg | EN common | General audio/RF cleanup |
| MCP low-noise (Microchip) | Verify target frequency | Some low-noise options | 0.2–0.4 V | Cap recommendations apply | SOT/DFN; copper helps | EN common | Small IoT audio nodes |
Trade-off rationale. Audio/RF rails live or die by PSRR at your interferer frequency and output noise. Favor families with MHz PSRR data, stable ceramic operation, and practical headroom (0.2–0.5 V) for buck→LDO cleanup.
Automotive LDO Comparison — automotive linear regulator comparison
| Series (Brand) | AEC-Q100 grade / Temp class | VIN range / Max Vin | Cold-crank / Load-dump compliance | Protections (OCP/OTP/short/reverse current) | PG/EN / sequencing | RθJA & package | EMC/ESD notes |
|---|---|---|---|---|---|---|---|
| TPS7Axx-Q1 / TLV-Q1 (TI) | Q1, grades vary | Wide VIN options | App notes for cold-crank/load-dump | Foldback + thermal + reverse-current (per SKU) | PG/EN variants for rail sequencing | Automotive packages | EMI layout guidance available |
| ISL-LDO AEC-Q (Renesas) | Q100 grades | VIN per rail; wide options | Docs for transients & filters | OCP/OTP/short; reverse options | PG/POK common | Thermal data by pkg | Detailed PCB guidelines |
| NXP automotive LDO/PMIC | Q100 per platform | Platform VIN ranges | Platform-level compliance | Integrated protections | Platform sequencing | ECU-grade pkgs | EMC ref designs |
| NCV / NCP (onsemi automotive) | Q1 lines | VIN wide variants | ANs for cold-crank/load-dump | Common protection set | EN common | Pkg diversity | EMC layout tips |
| ST automotive LDO | Q100 avail. | VIN per rail | Ref circuits for transients | OCP/OTP/short (check SKU) | EN/PG options | SOT/DFN/PowerSO | ESD/surge notes |
Trade-off rationale. Prioritize transient compliance (cold-crank/load-dump), reverse current and sequencing, then confirm VIN/temperature classes and thermal feasibility. Platform PMICs simplify integration but may constrain choices.
Low-Iq Battery LDO Comparison — low quiescent current LDO comparison
| Series (Brand) | Iq typ / max (μA) | Dropout @ Ipeak (mV) | Shutdown leakage / reverse current | Startup behavior / PG | Cap choice & stability | Package & RθJA |
|---|---|---|---|---|---|---|
| MCP1700 / 1703 / 1825 (Microchip) | Ultra-low (family-dependent) | Check curve @ target I | Verify off-state leakage | Simple EN; PG varies | Ceramic-stable; see ESR note | Tiny SOT/DFN; copper helps |
| TLV / TPS low-Iq (TI) | Low-Iq variants | Per load curve | Reverse-current options | EN/PG on select SKUs | Follow Cout/ESR guidance | Small pkgs; mind heat |
| NCP low-Iq (onsemi) | Low typ; check max | Per load curve | Shutdown leakage spec | EN common | Cap window per DS | SOT/DFN |
| LD / LDL (ST) | Low-Iq members | Per load curve | Reverse behavior varies | EN common | Ceramic-stable | Compact |
| ISL low-Iq (Renesas) | Low typ; check temp drift | Per load curve | Reverse current note | PG/POK options | Stability guidance | Industrial pkgs |
Trade-off rationale. Battery designs are governed by Iq max and shutdown leakage, then by dropout at peak current. Favor families with consistent Iq across temperature and clear reverse-current behavior.
Fixed (7805/1117) Alternatives — 7805 alternatives / 1117 alternatives (LDO alternatives)
| Family | Vout options | Dropout @ target I (mV) | Stability (min C / ESR) | Iq typ / max | Max Vin | Thermal (RθJA / pkg) | Notes |
|---|---|---|---|---|---|---|---|
| 7805 (classic fixed) | 5.0 V | High vs modern LDOs | Often needs ESR minimum | Moderate | High VIN allowed (check DS) | Thermal pad/heatsink often needed | See linear regulator thermal calculation |
| 1117 family (fixed) | 3.3 / 5.0 etc. | Lower than 7805; still sizable | Mind Cout / ESR window | Moderate | Per variant | Small pkgs run hot | TPS7A vs LD1117 is apples/oranges (noise/PSRR class) |
| Modern LDO alternatives | 3.3 / 5.0 / adj. | Much lower (family-dependent) | Ceramic-stable commonly | Low / ultra-low | VIN per family | Better in small pkgs | Check PG/EN & reverse current when migrating |
Trade-off rationale. Classic fixed regulators are simple but run hot at large Vin−Vout or higher currents. LDO alternatives improve dropout/Iq and often stability with ceramic caps; confirm startup behavior differences and layout changes.
Note. Tables show comparison criteria, not rankings. Always verify the latest datasheet at your exact operating point (temperature, Vout, Iout, capacitor type).
Further Reading & Authoritative Sources
Quick Selection Matrix — how to choose a linear regulator
This chapter compresses everything into two fast decision tools. Start with the blue callout, then use Matrix A (scene-first linear regulator selection guide) or Matrix B (constraint-first: choose LDO vs switching).
Matrix A — Scenario-first linear regulator selection guide
| Scene | Iq (max) | PSRR @ fsw (dB) | Dropout margin | Thermal (Ploss/ΔT) | Protection (reverse current / PG/EN) | Recommended architecture | Road-sign families (neutral) |
|---|---|---|---|---|---|---|---|
| Audio / RF | 🟢 within budget (lower Iq preferred) | 🟢 ≥40 dB at 500 kHz/1.2 MHz; 🟠 30–40 dB needs RC/LC | 🟢 headroom ≈ 0.2–0.5 V | 🟢 low P; small-pkg RθJA manageable | 🟢 PG optional; reverse-current per system | Choose LDO when PSRR@fsw is 🟢 and headroom is 🟢; choose buck→LDO when PSRR < 40 dB or ripple is large (see post regulator filter). | TI TPS7Axx · ST LDLN · Renesas ISL LDO |
| Automotive (ECU / sensors) | 🟢 within budget across −40…+125 °C | 🟠 depends on front-end; watch EMI | 🟢 margin ≥ Vdrop(I) + 20% | 🟠 validate cold-crank / load-dump → transient playbook | 🟢 reverse-battery / reverse-current / PG/POK present | Choose buck→LDO when transients or thermal are tight; choose LDO only for light loads and benign transients with proper protections. | TI TPS7Axx-Q1 · onsemi NCV · Renesas ISL (AEC-Q) · NXP platform LDO |
| Battery / IoT | 🟢 Iq max <= 80% of sleep budget | 🟠 moderate (depends on radio) | 🟢 margin at low battery ≥ 10–20% | 🟢 usually low P; verify bursts | 🟠 ensure reverse-current policy; PG for MCU reset | Choose LDO when Iq is king and margin is 🟢; choose buck→LDO when peak current or low-battery margin risks brown-out. | Microchip MCP17xx/1825 · TI TLV/TPS low-Iq · onsemi NCP low-Iq · ST LDL/LDLN |
| Industrial / PLC | 🟠 Iq less critical than heat | 🟠 depends on emissions/Immunity | 🟠 margin OK; watch wide Vin dips | 🔴 often hot from 24→5/3.3 at >30–50 mA | 🟢 protections required; PG for sequencing | Choose buck→LDO for most 24 V buses; choose LDO only for very small loads or as a post-cleaner. | onsemi NCP/NCV · TI TPS7Axx · Renesas ISL · ST LD/LDL |
Matrix B — Constraint-first: choose LDO vs switching
| Constraint | Linear feasible? | Buck→LDO recommended? | Suggested changes |
|---|---|---|---|
| Vin − Vout gap | 🟢 ≤ 0.3 V (LDO) 🟠 0.3–1 V (check margin) 🔴 > 1 V at significant I |
🟠 for 0.3–1 V at higher I 🟢 for >1 V or wide Vin |
Reduce Vin; move to buck; keep LDO for cleanup; verify headroom |
| Iout | 🟢 ≤ 50 mA (typ.) 🟠 50–200 mA (thermal check) 🔴 > 200 mA (most cases) |
🟠 mid current with limited copper 🟢 high current or hot enclosures |
Compute P/ΔT; add copper/thermal pad; switch to buck→LDO if ΔT > 70 °C |
| Noise / PSRR requirement | 🟢 modest noise/PSRR 🟠 strict at MHz (verify curves) 🔴 budget tighter than LDO can meet |
🟠 when PSRR@fsw is 30–40 dB 🟢 pair buck with low-noise LDO |
Add RC/LC pre-filter; pick lower-noise family; change buck fsw |
| Temperature / environment | 🟢 room / mild 🟠 industrial wide-temp 🔴 automotive harsh transients |
🟠 wide-temp with moderate load 🟢 automotive front-end then LDO |
Add TVS/front-buck; require AEC-Q; validate cold-crank/load-dump; use PG/POK |
| Space / thermals | 🟢 ample copper/airflow 🟠 tight but manageable 🔴 cramped + sealed enclosure |
🟠 if airflow marginal 🟢 when copper/airflow limited |
Use power-DFN with thermal pad; via array; relocate heat; switch to buck→LDO |
| Cost / BOM | 🟢 simple BOM suffices 🟠 moderate budget 🔴 tight cost yet hot/strict specs |
🟠 cost-balanced efficiency 🟢 when heat/noise force two-stage |
Quantify lifetime cost of heat; choose higher-efficiency buck; keep LDO only if needed for noise |
Ready to place an order? Before you do, hand us a quick pre-flight: package pin-compatibility, lifecycle (NRND/EOL), automotive grade, and transient boundaries (cold-crank/load-dump/reverse). That’s up next.
Where to Buy / Submit Your BOM
Ready to move from evaluation to purchase? Use the tools below to source through authorized linear regulator suppliers, request a linear regulator cross reference, and verify automotive grade and lifecycle before you commit.
What we provide
Cross-reference (neutral & parameter-driven)
- Match electrical/thermal: dropout voltage, Iq, PSRR/noise, RθJA.
- Verify stability: output capacitor ESR & minimum Cout.
- Footprint notes: package, pinout, PG/EN logic levels.
Automotive grade check
- AEC-Q100/Q1 options and temperature class review.
- Cold-crank / load-dump / reverse battery boundaries (see transient playbook).
- PG/POK sequencing and reverse-current behavior.
Drop-in replacement
- Pin-compatibility and footprint fit (DFN/SOT/TO-220 etc.).
- Startup behavior, PG thresholds, shutdown leakage parity.
- Thermal headroom on your PCB (ΔT budget with RθJA).
From samples to mass production
- Lifecycle scan: NRND/EOL risk & second-source planning.
- BOM consolidation & alternates by scene (Audio/Auto/IoT/Industrial).
- Hand-off to authorized linear regulator suppliers.
How it works (3 steps)
- Upload / paste your BOM or enter 1–3 part numbers below. (No time promises—engineering review only.)
- Receive a neutral report with cross-reference options, automotive grade status, RoHS/REACH notes, and drop-in feasibility.
- Checkout via authorized suppliers using the report’s shortlist and alternates.
Compliance & commitments
- Authorized channels only (franchise distribution or direct). linear regulator suppliers
- RoHS / REACH declarations linked to manufacturer sources.
- EOL screening with NRND/EOL flags and suggested alternates.
- Privacy: BOM used solely for cross-reference and compliance review; NDA available on request.
Quick FAQ
where to buy linear regulator?
Through authorized suppliers listed in your report. We prioritize franchise channels and verify RoHS/REACH and lifecycle before checkout.
See also → Brand Landscape, Cross-brand comparisons.
Which linear regulator suppliers do you work with?
Neutral stance: we route via authorized distributors or direct manufacturer portals aligned with your region and lead-time needs.
See also → What we provide.
How does the linear regulator cross reference work?
We match parameters (Iq, dropout, PSRR/noise, RθJA, protections, stability) and package/pinout to suggest compatible alternates and drop-in replacements.
What is a drop-in replacement?
A part that matches footprint/pinout and meets or exceeds electrical, thermal, startup, and stability requirements with minimal layout change.
See also → Design playbooks, Comparisons.
Central FAQs
One place for high-intent questions—each answer is short (3–5 lines) and links back to deeper chapters. Use the category jump bar below.
Basics
what is a linear regulator?
A linear regulator holds a constant Vout by linearly biasing a pass device with a feedback loop. It only steps down; loss is (Vin−Vout)×I. Simple, low-noise, but can run hot.
See also → Definition, Working principle, Pros & cons.
what is an LDO (low dropout regulator)?
An LDO is a linear regulator that needs less headroom (dropout) to stay in control, often using a MOSFET pass device. It still dissipates heat like any linear regulator.
See also → Variants · LDO, Dropout voltage, Feedback loop.
what is dropout voltage in a linear regulator?
Dropout is the minimum Vin−Vout needed for regulation at a given load. If headroom < Vdrop(I), the loop saturates and Vout sags—plan 10–20% margin.
See also → Dropout, Headroom in buck→LDO.
Working
how do linear regulators work?
Vref → error amp → pass BJT/MOSFET: the loop drives the pass device so the feedback node equals Vref. Small-signal load for the op-amp enables fast response.
See also → Working principle, Stability & ESR.
how to calculate linear regulator efficiency?
Approximate η ≈ Vout/Vin (Iq negligible). Example: 12→5 V ≈ 41.7%—the rest is heat in the pass device.
See also → Principle, Thermal example.
how to compute heat in a linear regulator?
Power loss: P = (Vin−Vout)×Iload. Temperature rise: ΔT = P × RθJA. If ΔT breaks budget, change architecture or improve PCB thermal.
See also → Thermal, 12→5 V example.
Parameters
why are linear regulators inefficient?
They drop excess voltage across a pass element in linear mode, converting (Vin−Vout)×I to heat. Efficiency falls as the gap or current rises.
See also → Strengths vs limits, Thermal.
why is LDO called a linear regulator?
Because its pass device is biased continuously (not switched). “Low-dropout” refers to required headroom, not a switching topology.
See also → Feedback loop, Dropout.
what is PSRR and why it matters?
Power-supply rejection ratio indicates how well input ripple is attenuated to the output—strongly frequency-dependent. Check PSRR at your switcher’s fsw.
See also → PSRR / noise, Audio/RF post-LDO.
what is quiescent current (Iq)?
The regulator’s own operating current, critical for battery life. Always compare typ and max across temperature and voltage.
See also → Iq, Low-Iq comparison.
what is soft start / power good / enable pin?
Soft-start ramps Vout; EN gates the device; PG/POK flags a valid output. Together they control sequencing and prevent brown-outs.
See also → Startup & PG, Design playbooks.
what is output capacitor ESR requirement?
Many LDOs need Cout/ESR within a window for loop stability. Ceramic-stable parts relax this, but always follow the datasheet curve.
See also → Stability, Oscillation fixes.
Comparisons
linear regulator vs switching regulator?
Linear: simple, low noise, step-down only, heat ∝ gap×I. Switching: high efficiency, more EMI/complexity, can buck/boost/invert.
See also → Comparisons, Fixed family alternatives.
LDO vs linear regulator?
LDO is a subtype of linear with lower dropout. Choose LDO when Vin≈Vout and stability/ESR requirements can be met.
See also → LDO variant, Dropout.
linear regulator vs buck converter?
Use buck when (Vin−Vout)×I makes ΔT unacceptable; add LDO after buck to clean noise if PSRR at fsw is adequate.
See also → Rules of thumb, buck→LDO playbook.
LDO after buck: when and why?
When you need low noise/PSRR at sensitive rails. Ensure 0.2–0.5 V headroom and verify LDO PSRR at the buck’s frequency.
See also → Audio/RF playbook, Low-noise comparison.
Scenarios
when to use a linear regulator?
Small current, low noise, or small Vin−Vout. If thermal budget or efficiency is tight, step to buck or buck→LDO.
See also → Decision rules, Quick selection matrix.
best low noise LDO for audio/RF?
No absolute “best” — shortlist families with strong PSRR at your fsw and low noise density, then verify stability and headroom.
See also → Audio LDO comparison, Brand landscape.
automotive linear regulator selection?
Start from AEC-Q grade and transient compliance (cold-crank/load-dump), then protections and sequencing. Thermal and package close the loop.
See also → Automotive comparison, Automotive playbook.
low quiescent current LDO for battery devices?
Prioritize Iq max (not just typ), shutdown leakage, and Vdrop at peak load near end-of-life voltage.
See also → Low-Iq comparison, Iq, Dropout.
Design & Troubleshooting
can I use a linear regulator to step up?
No. Linear can only step down. Use a boost/inverting converter; add an LDO post-filter only for noise cleanup.
See also → Linear vs switching, buck→LDO use.
can a MOSFET be used as a linear regulator?
Yes as a pass element in linear region, but you must handle SOA/thermal and loop compensation. IC LDOs integrate protections.
See also → Pass device control, Thermal, Stability.
can I parallel LDOs to increase current?
Generally no—current hogging and stability issues arise. Use a single device rated for the current or a proper load-sharing scheme.
See also → Troubleshooting, Design playbooks.
how to fix linear regulator oscillation?
Restore Cout/ESR to the datasheet window, shrink loop area, and consider a small series R with ceramic caps if recommended.
See also → Stability, Oscillation fixes.
how much headroom does an LDO need?
Typical 0.2–0.5 V, but check Vdrop vs load/temperature curves. Reserve 10–20% margin for process and burst current.
See also → Dropout, Headroom usage.
Models & Buying
is LM317 a linear regulator?
Yes—an adjustable linear regulator; Vout is set by a divider. Mind minimum load current and dropout at your load.
See also → Classics, Adjustable, Dropout.
is 7805 a linear regulator / how much heat at 12V→5V?
Yes. Example loss: P=(12−5)×I; at 0.2 A it's 1.4 W—often needs heatsinking or a different architecture.
See also → Fixed family alternatives, Thermal example.
LM317 vs LM337?
LM317 is positive adjustable; LM337 is negative adjustable. Similar stability/thermal considerations; polarity and pinout differ.
See also → Classics, Negative regulators.
where to buy linear regulator / linear regulator suppliers?
Purchase via authorized channels; verify RoHS/REACH, lifecycle, and automotive grade first. We can generate a neutral pre-flight report.
See also → Where to Buy / Submit BOM, Brand landscape.
Related Articles
- ·HBM4 compared to HBM4E
- ·What Is The Difference Between DRAM and NAND
- ·Next-Generation Memory Technologies: MRAM, RRAM, and PCM
- ·DDR4 vs DDR5 for Industrial Embedded Systems
- ·How to Choose Industrial DDR4 Memory for Medical Devices
- ·Memory Chip Price Increase: 2026 Market Trends, Samsung Pricing, Key Drivers and FAQ
- ·Memory Chip Manufacturers: Who Makes Memory Chips and Where
- ·Memory Chips: Materials, Applications, Types, and On-Chip Memory Explained
- ·Memory Chip Complete Guide: Definition, Manufacturers, Shortage, Manufacturing Process and Working Principles
- ·Fiber Optic Switch Guide: Definition, Connection Methods, Cabling, Disconnection and FAQ






.png?x-oss-process=image/format,webp/resize,h_32)










