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

__at keyword does not work

Compiler complains when using that attribute as in example : const char MyText[] __at (0x1F00) = "TEXT AT ADDRESS 0x1F00";

Any idea ?