Hi,
I need guidance to understand events and its actions.
1) There are events named as T1 and T2. I think that they are generated by ONLY DC submodule. Could you please confirm?
2) I'm trying to set the outputs to LOW of PWM channel 3 by using T1 and T2 events at AQ module. However, I don't know how to set DC event condition.
a)Is it done at trip zone as below related code? It sets DCB2 when its input is LOW. If it is correct, it is interesting to configure AQ input at TripZone register!
EPWM_setTripZoneDigitalCompareEventCondition(EPWM3_BASE, EPWM_TZ_DC_OUTPUT_B2, EPWM_TZ_EVENT_DCXH_LOW);
b) Can I provide this above action at each cycle-by-cycle for AQ module? I just want to know whether it is done for AQ model. I know that it can be done inside tripzone.
c) Did I created DCAEVT2.force adn DCBEVT2.force signals, now, by configuring as above code?
3) Could you please explain the TZA? What is it? Is it an event? Is it only necesary to set TZAD and TZAU events. Is TZAD dead-band added version of T1 and T2 events?
4) What is the difference between DCAEVT1/2U and TZAU? How can I distinguish?
5) Does DCAEVT2.force signal directly trip PWM channels? How can I create DCAEVT2.force?