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.
程序代码如下,相当简单,只是单纯做测试,但量测后却发现有PWM输出,请问为什呢?
#include "DSP28x_Project.h" // Device Headerfile and Examples Include // Prototype statements for functions found within this file.
void InitEPwm1Example(void);
void InitEPwm2Example(void);
void InitEPwm3Example(void);
// Dead Band values
#define EPWM1_MIN_DB 500
#define EPWM2_MIN_DB 0
#define EPWM3_MIN_DB 0
void main(void)
{
// Step 1. Initialize System Control:
// PLL, WatchDog, enable Peripheral Clocks
// This example function is found in the DSP2803x_SysCtrl.c file.