Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
I am using the TMS320f280049C to generate 4 EPWM signals. EPWM 1 and 2 are complimentary of each other and so are EPWM 3 and 4. EPWM 1 and 3 should be the same signal, but with a quarter period phase shift between them. The same is true with EPWM 2 and 4. I am struggling understanding the documentation on how to do this. I am using bitfield coding and am not able to use driverlib functions. I see in the TBCTL register there is the PHSEN field and I am not sure if i need to utilize this for the phase shift. There is also the TBPHS which i assume i need to use to generate the phase shift for the signal, but the syncing the signal with the other epwms is what I am not sure what to do for. Can someone explain this to me and maybe generate a slight bit of code showing how this works?
Thank you!