Gate Driver - How to incorporate bootstrap circuitry?
조회 수: 23 (최근 30일)
이전 댓글 표시
I am attempting to use two of the Gate Driver symbol in Simscape to model my selected half-bridge driver. I am using two Gate Driver symbols because it appears the Half-Bridge Driver symbol only accepts one input; in my system, there will be two discrete inputs to the driver.
I do not see from the connections available on the Gate Driver symbol how I would implement bootstrap circuitry to properly bias the upper MOSFET in my half-bridge.
Bootstrap circuitry referring to the highlighted elements shown below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1810603/image.png)
Thanks!
-M
댓글 수: 0
채택된 답변
Rodney Tan
2025년 1월 23일 14:59
Hi May, I have create a IR2110 high side drive bootstrap circuit in Simulink model and shared in file exchange. You can have a look and let me know if it answer your question.
댓글 수: 3
Rodney Tan
2025년 1월 27일 6:42
Hi May, you may use Simulink online to open Simulink model save in 2023a and save As or export at 2021a version.
Second method you can set Simulink preference as shown in the link below
Third way, I can only save the Simulink model in an old .mdl format and attached here for your reference. Hope it works for you.
추가 답변 (1개)
Vinay
2024년 11월 21일
The Gate driver input port offers two modeling options for controlling the output state. The PS input allows a single external signal to control the driver output. In contrast, the electrical input port accommodates two electrical input connections, PWM and REF, to drive the output.
In the model the upper MOSFET gate and source are driven by signals 'HO' and '
' .The gate driver with electrical input can be used to connect the above signals to the MOSFET as shown below
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1810868/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1810873/image.png)
Hope this will resolve the query!
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!