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.

SymbolGetAddress for a local variable

Other Parts Discussed in Thread: CCSTUDIO

Hi!

I would like to get addres of a variable with function SymbolGetAddress through CCStudio Scripting with Perl API.

This varaible (v) is a global variable with static in file A.c and B.c uses a function from A.h but I need the value of this variable before the calling.

Code Composer Studio can evulate this variable before calling, I checked it in Watch Window with 'A.c'::v expression, so it is correct.

But SymbolGetAddress cannot work with 'A.c'::v expression.

Could anybody help me?

Thank you in advance!

Best Regards!