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.

Trouble seeting breakpoints CCS V5

I'm running CCS V5.1.1.00028 on a eZdsp F28335 development board.  For some reason I've started to have problems setting breakpoints.  I'll be able to set the breakpoint in one part of an routine but another will cause an error and set the grey marker.  (See screen capture below)

Can some please explain why this is happening?

Ed

 

 

  • Hi Ed,

    I see that you are using hardware breakpoints with your F28335. Note that the device only allows you to set 2 HW breakpoints at the same time. You already have one set and the other resource may be automatically used by CCS (it usually sets one at the exit point of the application or at main). You can disable this in the debugger options (Tools->Debugger Options).

    Thanks

    ki