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.
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,
I spoke to another TI'er, it turns out that Falcon has an errata that when the device is in LPM and power transitions are enabled, when device hits the break point, CCS wont notice it. Only when you press halt this is seen.
Does this sound like it applies to what your are seeing?
I think my problem is similar but not exactly. I'm not doing any LPM or power transitions with this code.
I'm just doing a standard Free-run to the next breakpoint. The breakpoints are blue, so I know they're set properly. I've also verified that "Skip all Breakpoints" is not selected.
Thanks for the help,
Lunatic911,
Interesting. I just took a MSP432 LP out of the box and set a breakpoint in the msp432p401_adc14_10 example, and it hit it.
I'm using CCSv6.1.3 with a Rev1.0 board.
CCS did need to update the FW on the LaunchPad. You can try doing this manually by following Section 6 of this wiki: processors.wiki.ti.com/.../XDS110
After that try running the example I listed (in MSPWare), and break point the tempurature conversion in the while loop.
What version of CCS are you running? What code were you trying to run?
**Attention** This is a public forum