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

the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.

in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.

FVAR (char, 0x015678) = 0x5A;
i = FVAR (char, 0x015678);
if i change 0x015678,such as:
FVAR (char, 0x016000) = 0x5A;
i = FVAR (char, 0x016000);
then there is a error:
***error 65:access violation at X:0x016000:no write 'permission'

why?