Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Selecting the number and type of PWM outputs for DC / DC control (Dual Active Bridge)

Glebiys

Junior Member level 2
Joined
Oct 13, 2019
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
211
Hello,

Microcontroller: STM32F303CBT6
What will drive: Dual active bridge (operation based on phase shift between bridges)
dab_app_exam_circuit3.png


image-69-1024x484.png


Timers used: TIM1 (primary side), TIM8 (secondary side)
As far as I understand, one timer is set as a Master, the second as a Slave, and between them you can adjust the phase shift.

Questions:
1) How many channels should be used to control one bridge?
A - Use one channel as complementary outputs (eg TIM1_CH1 controls one pair of transistors, TIM1_CH1N controls another pair).
B - For each transistor in the bridge, use its own PWM channel (TIM1_CH1, TIM1_CH2, TIM1_CH3, TIM1_CH4).
С - Use x2 channels per bridge

2) During DAB operation, the phase shift between the bridges may change frequently (control loop). What about changing the phase shift on the fly? Does it require synchronization measures? How difficult is it?

Thank you!
 
Last edited:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top