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.

TMS320F28386S: Only one breakpoint before running out of resources, and unable to just load symbols

Part Number: TMS320F28386S

I have 2 issues, which I'm hoping are related...

1.) When placing a H/W breakpoint in firmware running on the ARM Cortex M-4 (utilizing an XDS100v2 USB Debug Probe) I can only place 1. Placing a second breakpoint is met with a message saying "...out of resources...".  Further, once the debugger breaks at the first breakpoint, if I attempt to step to the next line of code, I get the same 'out of resources' message. I am forced to disable the breakpoint in order to continue debugging.

2.) I am unable to just 'Load Symbols' and start debugging, I am forced to reload the firmware each time, which is very time consuming.

I have tried disabling the 4 default breakpoints below which I read about in other threads, to no avail:

1.) Halt at program exit..

2.) Enable CIO function use

3.) Enable Semihosting

4.) Halt the target on connect.

Any other thoughts about what might be causing these issues?