Bias Sequencing
Understanding Bias Sequencing
GaN HEMTs and GaAs pHEMTs are depletion-mode devices: the channel conducts at VGS = 0 V, drawing the full saturated current IDSS. If the drain supply (28–50 V) is applied before the negative gate bias pinches off the channel, instantaneous dissipation can reach P = VDS × IDSS (tens of watts), destroying the device within microseconds. Bias sequencing ensures the gate is always in control before high voltage appears at the drain.
Power-down is equally critical. If the gate voltage is released while VDS is still present, the same IDSS transient occurs. Robust designs use hardware interlocks (comparators gating VDD enable based on VGS state) rather than firmware-only sequencing, which can fail during unexpected resets or crashes.
Sequencing Timing
1. Apply VGG (negative gate supply)
2. Wait 1–5 ms, verify VGS < Vp
3. Enable VDD, ramp 1–10 V/ms
4. Icharge = Cds × dVDS/dt (transient)
Power-Down Sequence:
1. Mute RF input
2. Ramp VDS → 0 (1–10 V/ms)
3. Verify ID = 0 via sense resistor
4. Release VGS → 0
Transient Risk:
Ptransient = VDS × IDSS
28 V × 2 A = 56 W (SOA < 15 W)
Sequencing Implementation
| Method | Reliability | Flexibility | Cost | Best For |
|---|---|---|---|---|
| Dedicated IC | High (hardwired) | Low (fixed timing) | Moderate | Production PA modules |
| Discrete RC + comparator | High (no firmware) | Low | Low | Simple designs |
| MCU + ADC | Medium (firmware risk) | High (programmable) | Moderate | Lab prototypes, SDR |
| MCU + hardware interlock | High (dual protection) | High | Higher | Mil/aero, base station |
Device Technology Requirements
| Device | Mode | Sequence | VGS Range | Risk |
|---|---|---|---|---|
| GaN HEMT | Depletion | VGS → VDS | −2 to −4 V | IDSS = 1–10 A |
| GaAs pHEMT | Depletion | VGS → VDS | −0.5 to −2 V | Gate burnout |
| LDMOS | Enhancement | VDS first OK | 0 to +3 V | Low (normally off) |
| SiGe HBT | Enhancement | VCE first OK | VBE = 0.7–0.9 V | Thermal runaway |
Frequently Asked Questions
Why gate before drain?
GaN/GaAs are depletion-mode: channel ON at VGS = 0. Without gate bias, IDSS flows (1–10 A) at full VDS (28–50 V). P = 56 W transient exceeds 15 W SOA. Apply VGS negative first, verify channel pinched off, then enable VDS. 1–5 ms delay typical.
Power-down sequence?
Reverse: mute RF, ramp VDS to 0 (1–10 V/ms to avoid inductive spikes), verify ID = 0, then release VGS. Releasing VGS first causes same IDSS transient. Hardware interlocks (VDS comparator gating VGG release) protect against firmware crashes.
Implementation options?
Dedicated IC (hardwired, most reliable). Discrete RC + comparator (simple, no firmware). MCU + ADC (flexible but firmware-vulnerable). Best practice: MCU for monitoring/logging + hardware interlock for fail-safe protection. LDMOS/SiGe enhancement-mode: normally off, no sequencing needed.