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

What does this line means __attribute__((at(0x20003FFC))

in a xmc1100 device within the system_XMC1100.c file I got this line

uint32_t SystemCoreClock __attribute__((at(0x20003FFC)));

Its meaning?

0