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 无法生成

Guru**** 1821780 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1389324/tms570ls1224-epwm-not-able-to-produce

器件型号:TMS570LS1224

工具与软件:

我将使用 Launchpad 生成 PWM 波形。  

在原理图中、我可以使用连接器 J5.19和 J5.20来查看波形。

以下是我的配置:

以下是我在 main 上的 C 代码:

int main (void)

/*用户代码 begin (3)*/
/*用户代码结束*/

etpwmInit ();
while (1)

}
}

我在 J5.19和 J5.20上看不到任何 PWM。 我是否需要在 LaunchPad 上添加任何额外的接线?

我是否正在寻找正确的引脚?