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.

TMS570LS1224: EPWM not able to produce

Part Number: TMS570LS1224

Tool/software:

I am using a launchpad to generate PWM waveforms. 

As of the schematics I can use the Connector J5.19 & J5.20 to see the waveforms.

Here are my configs:

here is my C code on main:

int main(void)
{
/* USER CODE BEGIN (3) */
/* USER CODE END */

etpwmInit();
while(1)
{
}
}

I cannot see any PWMs on J5.19 & J5.20 . Do I need any extra wiring on launch pad?

Am I looking into correct PINS?