Compiler complains when using that attribute as in example : const char MyText[] __at (0x1F00) = "TEXT AT ADDRESS 0x1F00";
Any idea ?
Compare that example from the manual with your code, and you might note a difference: they
#include <absacc.h>
but you didn't mention this header anywhere in your posts. It's details like this that I asked you to make sure about.
Thank you Hans-Bernhard ! You gave the solution !
Regards Viktor