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

Using _at_ keyword.

Hi,
I put a variable in a fixed adress using the _at_ expression, as follow:


xdata PSD_REGS PSD8xx_reg _at_ 0x9000;

It works fine, now I would like to acess this variable in other souce code. I try to make a lot of things like declare it on my header file, put extern before the expression, but anything works. Somebody can help me ?

0