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.
Tool/software: Code Composer Studio
Hi, I'm using ePWM CMPB to trigger a CLA task.
However, the counter in CLA only count once.
If ePWM trigger CPU isr then trigger CLA(asm(" IACK #0x0001")), it works.
After CLA task, I dont need to trigger CPU Isr, so there is no CLA_INT, which means
// PieVectTable.CLA1_1_INT = &cla1Isr1;
My reference e2e doc is: e2e.ti.com/.../618912
Hi Willie,
What do you mean it only counts once? Please clarify your question or issue?
Also, unless you need the C28x to do some processing before triggering the CLA task, you can just have the PWM signal trigger the CLA task.
Regards,
sal
Hi Sal,
After your suggestion, I found that PIE ACK is not clear at CLA.
I'll try it again this week, let's assume this is the answer~
Thank you so much!