Re: What\'s digital regulation?
Originally posted by star882:
A switching transistor in a SMPS is always completely on or off.
In other words, it is digital!
<font size="2" face="Verdana, Arial">I wish that were the case. The truth is that the time (and current) it takes to get from ON to OFF or vice versa can cause some significant losses.
The gate of a typical power FET has a high capacitance, which has to be charged or discharged to have it change states. Even the little SO-8 N-ch FETs (like the Si9410DY) that I've been using can have a gate charge of 20 nanocoulombs (nC) or so (Vgs=5V, Vdd=15V).
The faster you change the voltage on the FET gates, the more current it takes. Which means that you have to have bigger transistors driving the gates, or put up with slower transitions.
The downside of these slower transitions is that while the power transistor is in its "analog" mode (i.e. not fully ON and not fully OFF), it's dissipating more heat (wasting more energy).
So imagine charging or discharging the 20 nC gate charge with a microcontroller PWM output that can only source/sink 20mA. This would take 1 usec.
At a PWM rate of 100KHz (10usec), this means that fully 20% of the time the transistor is somewhere between fully ON and fully OFF!
Which, of course, results in more energy being wasted as heat.
And don't get me started on Rds(ON), the on resistance of the FETs...