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.
Compiler complains when using that attribute as in example : const char MyText[] __at (0x1F00) = "TEXT AT ADDRESS 0x1F00";
Any idea ?
Not an ARM user, but:
The examples in the manual do not have parens around the address. It may not be a general expression, but rather just a literal.
(Meanwhile, I'll return to the lowly 8051 compiler, where you can have either the _at_ keyword or an initializer, but not both. So this problem can't come up :))
Doesn't work either