Tool/software: Code Composer Studio
Dear team,
/** @fn void etpwmStartTBCLK() * @brief Start the time-base clocks of all eTPWMx modules * * This function starts the time-base clocks of all eTPWMx modules. */ /* SourceId : ETPWM_SourceId_002 */ /* DesignId : ETPWM_DesignId_002 */ /* Requirements : HL_EPWM_SR36 */ void etpwmStartTBCLK(void)
It means that etpwmStartTBCLK will Start the time-base clocks of all eTPWMx modules. Do we have API which can Start the time-base clocks of JUST ONE of eTPWMx modules? I have not found a way to turn on or off a single PWM individually.
Please help.