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.

Code Composer studio Debug functionality



We are using Code Composer Studio (Version: 5.1.0.09000) with bios versio 5.41.11.38.Compiler version - 6.02

In the debug mode we are able to set only one break point at once. When we try to set more, it throws an error saying that it is possible to set up more break points using currently availbale resources.Do we need to change any settings to be able to set one or more breakpoints?

Also in one of the PWM isr's we are facing the following problem -

The code stops at a breakpoint in ISR but never comes to the ISR routine again.

But if we do following procedure we are able to make it to come more times-

1. When the break point comes remove the breakpoint.

2.Set the break point again at same location.

This helped us to make it come to the ISR routine more than once.

Can you please help us understand this behaviour of hte debugger?