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.

TMS320F28335: TMS320F28335 epwm

Part Number: TMS320F28335

Hello Sir,

I am using  f28335 for some power electronics application. My epwm has a switching frequency of 100khz. So, .TBPRD has been set to 750, so the epwm interrupt will come at every 10 us. ( for 100khz switching frequency). Burt since my application requires greater computational effort , i want the interrupt to come at every 6th event ie after 60 us but want to keep TBPRD=750 ie keep switching frequency same.

Application detail: for some signal processing and control application, i have to compute something which takes 54 us. but the power electronics system has switching frequency of 100khz. So, i will compute a control duty cycle after every 60 us, which will be fed to the inverter(PES system) for 6 switching cycles and hence want the interrupt to come after 6 events.

Thanks.