You can use this but you have to set the initial value manually...#define file_len (*(int *)(0x00016000))
in ads 1.2, I set fixed address for a variable like this:int file_len __attribute__((_at_(0x16000))) = 0; but compile error, how can i do?thank you very much!