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/LAUNCHXL-F28377S: CLA code does not run in examples.

Part Number: LAUNCHXL-F28377S

Tool/software: Code Composer Studio

I cannot seem to get any of the CLA examples to execute CLA code in the examples provided in ControlSUITE.

I am using CCS6.2 and have followed the instructions on how to switch context to the CLA when the code executes 

Cla1ForceTask1andWait();

I seem to be able to 'step through' the CLA code, however none of the registers or variables ever change except the Program Counter. The Cla1ForceTask1andWait() function never exits and the cla1Isr1() interrupt never gets called.

I have tried on 2 LaunchPads and they exhibit the exact same behavior. 

I feel I am missing something fundamental but after reading up on the CLA and CPU nothing obvious stands out. 

Thank you.