Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

None: Updating a variable that is stored at specific address

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles