How can Assess high "128 byte" and 2k eeprom inside AT89s8252 By C language? where can i find any example about that? pls help.
"If it is XDATA mapped, just create a pointer to xdata and point to it." Or use the _at_ keyword extension, Or use Linker controls to locate your variables appropriately within the EEPROM XDATA address range. either way, you will need to read the appropriate Manual