This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28P550SJ: CLBXBAR Output not working

Part Number: TMS320F28P550SJ
Other Parts Discussed in Thread: SYSCONFIG

I initially was using the override to generate my gate pulse train on the epwm signals. There was not enough override signals for all 6 gate pulses, so it was suggested to use the CLBXBAR and XBAR Output to just output the state machine. After doing that, I found that there was no output on the pin anymore. All the A signals are done in TILEA from CLB1 and the B signals are done in TILEB from CLB2. The output pins are not able to change. Here's what I have programmed with SysConfig.

  1. ePWM1A - CLB1 OUT1 (Mux 01) connected to GPIO0/79 (used CLBXBAR Output)
  2. ePWM2A - CLB1 OUT4 (Mux 01) connected to GPIO2/77 (used XBAR Output)
  3. ePWM3A - CLB1 OUT5 (Mux 05) connected to GPIO4/75 (used CLBXBAR Output)
  4. ePWM1B - CLB2 OUT1 (Mux 01) connected to GPIO1/78 (used CLBXBAR Output)
  5. ePWM2B- CLB1 OUT5 (Mux 05) connected to GPIO3/76 (used XBAR Output)
  6. ePWM3B - CLB1 OUT5 (Mux 05) connected to GPIO5/89 (used CLBXBAR Output)

Did I configure the XBAR Output correctly?

Thanks

Dennis