Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE
Hi,
I am trying the CLB tool for the first time to generate a customised ePWM signal using already produced two other ePWM signals; PWM1 and PWM2.
The third signal which I want to produce (PWM3) should be based on the below logic:
(PWM3A= PWM1A XOR PWM2A ), and (PWM3B =PWM1A NXOR PWM2A )
I made an attempt to access EPWM1,2,3 through the CLB, and I use the (EPWM1A, EPWM2A, EPWM1B, EPWM2B) as inputs to a CLB TILE (Use CLB3), then I implemented the logic inside a LUT of the CLB module, then output the signal onto EPWM3A & EPWM3B through the CLB OUTPUT INTERSECT (override).
So please let me know if my below steps are correct?
Regards,
Mohammed