Hi all,
in one of the header file I have declared
#define GPSINIT "version no"
I need to find where this string is stored in memory location. I tried to
test_string1 = &GPSINIT2STRING;
LOG_Write(test_string1,sizeof((int*)test_string1));
/*this func writes the result to a new text file*/
Also is it possible to get the value in hex?
thanks