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.
大家好,有没有F280025EPWM比较器函数EPWM_configureSignal(myEPWM1_BASE, &pwmSignal)的源代码,急需,谢谢大神们~
这个是封装在driverlib内的,没有给出对应的源码
//***************************************************************************** // //! Configures ePWM signal with desired frequency & duty //! //! \param base is the base address of the EPWM module. //! \param signalParams is the desired signal parameters. //! //! This function configures the ePWM module to generate a signal with //! desired frequency & duty. //! //! \return None. // //***************************************************************************** extern void EPWM_configureSignal(uint32_t base, const EPWM_SignalParams *signalParams);
您好,感谢您的回复,我把280025EPWM比较器配置代码私信发给您,麻烦您看下哪里有问题,谢谢~
单从代码来看,我没发现什么问题。
建议您将问题详细描述后重新发帖,谢谢