Hello,
I am seeking some guidance in regard to a custom buck controller design I am working on. My design goal is >=97% efficiency and so in order to accomplish this I am going with a discrete implementation that uses a synchronous buck controller with gate driver and external MOSFETs. I am specifically having trouble determining if there is any additional value in separating the PWM controller and gate drivers into separate chips as well. I'm not convinced doing so will further contribute to increased efficiency and this is the first time I'm designing a supply where I'm breaking things down into the individual components like this. It seems like I'd only need to split the PWM controller from the gate driver in the case where I can not get high enough gate drive current from an integrated solution. This is a non-isolated DC/DC converter, so I'm also trying to keep the implementation as simple as possible. The requirements for my design are as follows:
Non-isolated DC/DC buck converter
Vin(nom)= 24V (so some safety margin above that, say 27V is warranted)
Vout = variable 12V to 24V. I plan on using an MCU to PWM a bias on the FB pin to set the output voltage dynamically.
For the Vout = 24V case I need 100% duty support for a high-side N-FET. If this is prohibitively difficult to implement I can probably trim adjust the input rail to say 24.5V instead, or whatever the minimum dropout is for the selected part.
Iout = 1.5A to 5A. The load is always resistive and fairly constant, so the current will change only when the MCU changes the output voltage.
I have room to grow the inductor and capacitor sizes considerable and I plan on doing this in conjunction with a lower switching frequency (up to several 100kHz) to maximize the efficiency.
If you would provide me with some general guidance on this and perhaps a few part recommendations to get started I would greatly appreciate it. Right now I'm feeling a bit overwhelmed with too many options/choices.
I am also not sure about how fast I need to transition (i.e. ton, toff) the MOSFETs. My understanding is that parasitics in the drive circuit will limit the max speed I can switch the gate without ringing and that I will need to provision gate drive resistors (and parallel R-D) to tune the transition times accordingly on the bench. Therefore, it seems necessary to over-specify the minimum gate drive current support needed and then reel it in with the resistors rather than risk underspecifying the gate driver current required. Even with knowing MOSFET Qg and driver Igate, I still don't have a good feel for how to determine what my initial target should be for MOSFET ton, toff. I'm just not sure how to estimate that.
Thank you!
Chris