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?