Hi all,
I'm developiong a power converter using TMS320F28379D. And here is a special signal timing.
A external signal from my sensing circuit will connect to the GPIOs and configure as SYNC_in, as shown Ext _signal. A programable t1 and t2 is followed by the falling edge and rising edge.
I know I could do it with 2 EWPM channels, by connecting the Ext_signal to two SYNC_in (EPWN1_SYNC_in and EPWM2_SYNC_in). The EPWM2 can generate t1 delay on the EPWM2A output pin (the timing of EWPM2_SYNC_in and EPWM2_CMPA) and connect the EPWM2A pin to EPWM1 T1 to do an action set.
t2 delay can be directly done by EPWN1_SYNC_in and EPWM1_CMPA.
Two Questions here. 1) Is there other way that I can do it only using 1 EWPM channel?
2) EPWM_SYNC_in to EPWM1A has a minimal delay of 80ns accroding to my test on the scope. Is there a way to make it faster?