Hi all,
This may be a simple question, but I've been doing some work on the MSP432 Launchpad with my project and some example projects, and I've noticed that when I place breakpoints and Run to them, code composer will continue to run until I press Pause, and then it will stop at the next breakpoint. The code execution is working as expected, I just feel there's a setting I might be missing somewhere that will make code composer automatically stop at the breakpoints.
I'm used to debugging with the MSP430 FET debugger and in my time looking into the on-board XDS110 debugger that I'm using, it sounds uniquely different from the MSP430FET (one of the key differences being that it's much slower). I was thinking the fact that it wasn't already setup to halt at each breakpoint might be a symptom of this debugger, but hopefully its just a setting i'm missing.
Thanks for any help someone can see,