This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Updating a variable that is stored at specific address

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