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.

CCS/TMS320F28379D: I met some trouble when using CLA for parallel compution. The problem is that I don't know which register will change its value or state when CLA task is finished every time. I know a PIE interrupt is triggered when the CLA task fini

Part Number: TMS320F28379D


Tool/software: Code Composer Studio

I met some trouble when using CLA for parallel compution. The problem is that I don't know which register will change its value or state when CLA task is finished every time. I know a PIE interrupt is triggered when the CLA task finishes, for example 'PieVectTable.CLA1_1_INT'. But this PIE interrupt register state only changes once. How can CPU get the information when the CLA task finishes each time?