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.
Hi Expert,
There's a condition that the CLAtask1 is triggered by EPWMINT every 3 us, while the code in CLAtask1 need 4us to execute.
If CLAtask1 responses to trigger1, then 3 us later, there a trigger2 comes & 4us later, the code finish executing.
My confusion is that if CLAtask will responses to trigger2 after finished the task code, or it will ignore trigger2 and responses to the next trigger3 signal?
I didn't find this in document, could you help to clarify it for me? Thanks!
Best Regards
Rayna
The CLA will always start the task that meets all of these criteria:
Regards
Lori
Hi Lori,
Thanks for your reply.
In the above condition, the INT flag triggered by trigger2 will pending and CLAtask1 will respond to it after finish the current task, right?
Thanks!
Rayna