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.
Tool/software: Code Composer Studio
When attempting to debug the CLA, CCS always shows the CLA as suspended even though it is running. The pause icon is grey and there is no way to suspend execution of the CLA other than to include a __mdebugstop(); command.
Is there another way to suspend CLA execution so I can set and clear s/w breakpoints in the CLA?
Thanks
Hi Sal,
Yes i am connected to the CLA and I have loading symbols.
The behavior where CCS gives the appearance that the CLA has halted when it is in fact still running has been confirmed by TI here: https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/782919/2903092#2903092
I posted this question in t he CCS section because it seems to be more of a CCS problem than a processor related problem. Keep in mind that I am able to set and clear breakpoints as expected as long as they are set before beginning execution in the CLA.I need some way to pause the CLA after some external asynchronous events have occurred could be done by clicking the pause button if it were available. You cannot set breakpoints while the CLA is running, it must be paused first.
Thanks