Hi all,
I am using TMS320LF2407A DSP and programming it through CC Studio V3 in assembly language. I would like to know whether it is possible to change the variable values in real time if I am running in the debugging mode? For example, lets say a variable, x = 2 during compilation, build and flash. Then after sometime I feel that 'x' need to be changed to 10. Can I do this in real time without the need to stop the program execution, change the value, rebuild the program and run again? Please let me know.