We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.