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?