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