Dear Ms. / Mr.
I am studying the software project "clllc_28004x" which is about Bidirectional CLLLC Resonant Dual Active Bridge (DAB) and I have some questions:
1. When power flows from primary side to secondary side, the PWMs for the primary side are generated around the period of the TB counter, when the power flows from the secondary side to the primary side, the PWMs for the secondary side are generated around the period of the counter, am I right? but the figure 25 in the user guide seems not like this, its around zero of the TB counter.
2. According to the user guide, there is a phase-shift between the PWM TB bases for the primary side and secondary side because of the propagation delay of the PWMs for the secondary side.
I checked the code about the calculation for the TBPHS for the secondary side, but I can not understand what it mean, could you please give a more detail explanation about the formulas for two directions:
- the formula includes 3 parts, what do the 3 parts represent?
- and why is CLLLC_pwmphaseshiftPrimSec_ns 81 ?
- when power flows from primary to secondary, the rising edge for the secondary side should align with the PWM rising edge of the primary side, right? But it is generated on the point of CTR =0 or CTR=PRD,does this mean the rising edge generated at this point will align with the PWM for the primary side after the propagation delay?
- if there is no propagation delay, the phase shift is in no need anymore, I can just link the SEC-LEG1 CMPA with PRIM-LEG1-CMPA, and use the TZ to control the falling edge, is this ok?
- from my understanding, the falling edge for the secondary side is triped when the current reached 0. But when we test the current is 0, with the propagation, I think the PWM will be delayed? How to solve this?