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/TIDM-RM46XDRV8301KIT: changing the value of a variable in watch window

Part Number: TIDM-RM46XDRV8301KIT

Tool/software: Code Composer Studio

Hey, I need to  define a variable Vref. And then  I need to change its value in watch window when the motor is running. Whenever I change the value, the motor control should respond to this. How can I do this?

I defined the variable and it appeared in  watch window. But when I am changing its value, the motor control is not responding. I guess my program is not responding to the the value of variable in the watch window. Please help