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/MSP430G2553: How Change any value on CCS during debugging time

Part Number: MSP430G2553

Tool/software: Code Composer Studio

Hello,

I am Yash Shah I am use code composer studio I have one question how to change any value during debugging with out flashing directly update value it's possible?  Please suggest me like using break point or something else?

  • Hello Yash,

    In CCS debugging mode you can  double click the blue area next to each line of the code to create break point at the specific line.

    And you can add an expression in Expressions window to view and change the value of a specific variable during the debugging after the code reach a breakpoint.

    Thanks,

    Yiding

**Attention** This is a public forum