Hello, Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.
The device i am using is AT89C5131 and i want to use 1K EEPROM insted of 1K RAM internal expanded inside the controller.
Is it a serial EEPROM, or a parallel EEPROM?
It is inbuilt inside the controller chip (and can be accessed through MOVX instruction in assembly as for internal expanded 1kB RAM).
It can be used with the MOVX command for writing?
View all questions in Keil forum