Three phase dual active bridge
Hi all,
I am trying to implement a dual active bridge in three phase system. You need one three phase PWM system on the primary and second three phase PWM system on the secondary. Phase shift of PWMs within primary are fixed 120 deg. Same on the secondary. You are controlling the power flow by changing the phase shift between the primary and the secondary system.
I started with the simple nucleo STM32F446RE and first tried to implement a single three phase PWM. I did it using 3 timers where TIM1 channel 1 is used for PWM generation and channel 2 as Output compare No Output. TIM2 is in a slave mode Trigger Mode and trigger source is ITR0 from TIM1. Similarly, TIM2 has channel 1 configured as PWM output and channel 2 as Output Compare No Output which triggers TIM3, the last PWM output.
I am wondering now how to implement the phase shift between the primary and secondary. I think i have run out of ITRxs if I would like to continue in this way for the second three phase system. Should I look for the MCU which has more of these ITRxs linked within the timers or do you suggest some better approach?
Thank you in advance for your help.
