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!