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.

Automatically modify variable value during runtime

Dear All:

I have a requirement: I need to do an interface integration test. Let's say there's a global variable "ui16_A". It's an interface. It will be modified by other 3rd party software module and then my developed software value will use its value for calculation. At last another variable "ui16_B" will be affected.

Are there any method (for example, script in CCSvX) that can automatically modify this value, then execute my code (in laptop or target) and display the result "u16_B"?

Thank you all.