Hi,
I have declared a global variable (say x) and defined it as follows:
uint32_t x __attribute__((section(".ARM.__at_0x8004000")))=0xFFFFFFFF;
how do I update the value of x during execution?
Thanks, Harsha
Go on: the variable name is x - you use it in exactly the same way as any other variable name.