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
Dear TI Hello,
Why the point address pointer doesn't stop even if the breakpoint is active.
The PC doesn't stop at any debugging breakpoint!
I'm using CCS 10, this a picture of my workspace project.
Thank you advance,
S.Tarik,
Please see below post which addresses similar issue -
CCS/TMS320F28069: CPU not halting at HW-Breakpoint
Regards,
Vivek Singh
usrhomeinit said:The PC doesn't stop at any debugging breakpoint!
If the target is running when you set the breakpoint, then check the thread that Vivek referenced above.
If the target was halted when you set the breakpoint, then check to see if all breakpoints are disabled:
https://e2e.ti.com/support/tools/ccs/f/81/p/857793/3172936#3172936
Thanks
ki
Hello Ki,
I resolved my issue, the question is why I have one hardware breakpoint?
I need more breakpoints, if there is one hw break point, how to use SW breakpoint to debug.....
usrhomeinit said:I resolved my issue, the question is why I have one hardware breakpoint?
Please see the below FAQ:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/780932
(Note that if you only have one available, then that means that the other one is being used by the debugger (see link above) )
usrhomeinit said:I need more breakpoints, if there is one hw break point, how to use SW breakpoint to debug.....
You can only use a SW breakpoint in RAM. By default, CCS will use a SW breakpoint unless it knows that the memory is FLASH.
Thanks
ki