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.

CCS/MSP430FR6989: MSP430FR6989

Part Number: MSP430FR6989
Other Parts Discussed in Thread: MSP-EXP430FR6989

Tool/software: Code Composer Studio

Hi,

I'm working on the MSP-EXP430FR6989 LaunchPad Development Kit using the USB link for debugging my C program and I'm having trouble using breakpoints under Code Composer Studio V8.
Whenever I set a breakpoint on a line of my source code, it appears in the breapoint view window but the blue symbol next to the check box is crossed out.
When the source code is compiled and launched under the debugger, the program does not stop on the line of code (a simple variable assignment, placed in the part of the code that is always executed).
For information, I have unchecked the option "Enable ultra low debug power / LPMx.5 debug" in the properties of the project because I do not use this mode.

Question: to be able to use the breakpoints,is it mandatory to use a probe jtag?

Sincerely