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.

TMS320F280039C: Background Task not saving it's context when interrupted by a SW Triggered CLA Task

Part Number: TMS320F280039C

Hello,

   We found an issue with the background task in CLA. In our setup we have one EPWM triggered CLA Task (Task 1) and one SW Triggered Task (CLA Task 2) working in parallel with a Background Task continuously running (at 10kHz). CLA Load was checked and is under 50%.

When the background task is interrupted by a SW Triggered CLA task (via CLA_forceTasks API call)

the background task’s context is lost and data is corrupted. However if it is interrupted by a CLA Task triggered by e.g. EPWM it will store it’s context

correctly and behave as expected.