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.

TMS320F28069: CLA Task Debugging - Does not contain frame information

Part Number: TMS320F28069


I have a very similar question to CLA does not contain frame information - Code Composer Studio forum - Code Composer StudioTm - TI E2E support forums

I am able to successfully run and debug the sample c28069blink_cla model provided by Mathworks. However when I take the contents of the sample model and paste them into my simulink model issues start arising. The CLA behaviour is not correct so I am trying to use CCS to debug the task.

In order to attach the debugger to the CLA I did the below. I then did "Load Symbols" then pointed to my .out file.

I have set up two breakpoints in my CLA Task however these breakpoints are never reached. Instead I see a 'Cla1Task1 does not contain frame information" notice. Similarly even though the debugger states the CLA_0 core is suspended I can see with my scope that GPIO 34 is toggling so I know that Cla1Task1 is being called and excecuted even though my breakpoints are not being hit. 

When I click on "Resume (F8)" to trying to move the debugger along I get:

CLA_0: Can't Run Target CPU: (Error -2060 @ 0x0) Requested operation cannot be done while device is running. Halt the device, and retry the operation. (Emulation package 9.3.0.00032) 

What could be causing this?

thanks,

Mashrur