Other Parts Discussed in Thread: TMS320F28335
hi
i am using TMS320F28335 DSC for the design of an inverter.
In the DSC i'm using the ePWM modules to generate the gate pulses for the inverter.
i've written the code and the only doubt is--- how to start the TBCTRs of the ePWM modules..??
i synchronized the TBCLKs of all the 3 epwm modules that are needed by setting the TBCLKSYNC bit in the PCLKCR0 register. i.e.,
SysCtrlRegs.PCLKCR0.bit.TBCLKSYNC = 1;
I initialized the TBCTRs of all the 3 epwms with 0. And then i synchronized the TBCLKs. Is it that the TBCTRs start incrementing right the moment i synchronize the TBCLKs, or should i have to start them by modifying any register... ?? if so, what is that register???
i am new to this community..
EXCUSE ME IF I POSTED IN THE WRONG FORUM. AND LET ME KNOW THE SAME.
thanks in adv.