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.

TMS320F280049C: What is the Maximum Frequency that I can Run a CLA task, being triggered from EPWM1 Interrupt?

Part Number: TMS320F280049C
Other Parts Discussed in Thread: C2000WARE

Hi I am running a CLA task ( for now an empty task where I am toggling a GPIO and Acknowledging the INTR ).

CLA task is being triggered from EPWM1 Interrupt.

I am able to run the CLA task till 250KHz ( verified by monitoring GPIO on DSO ) successfully.

Any frequency above 250KHZ make my CLA ISR run at a constant frequency which is 228KHZ.

Any reason on why this is happening. I did check all the reference designs from Control Suite. But none of those helped me.

PS: If I generate a CPU1 interrupt for the same EPMW1 and toggle GPIO in it, I can see it toggling at the frequency I programmed it to.

The issue is only with CLA task.