• ADuC812 i2c eeprom memory simulation problem
    I am trying to simulate i2c eeprom memory using signal function from http://www.keil.com/support/docs/3325.htm and code from http://www.keil.com/i2c/examples.asp (ADU812_I2C.ZIP). It seems that the...
  • ADuC812 i2c eeprom memory simulation problem
    I am trying to simulate i2c eeprom memory using signal function from http://www.keil.com/support/docs/3325.htm and code from http://www.keil.com/i2c/examples.asp (ADU812_I2C.ZIP). It seems that the...
  • Problem In simulating Read / Write procedures in eeprom of AT89C8252
    Hi , 1. I have used these code samples ( URL: http://www.keil.com/support/docs/2369.htm ) in order to read and write from eeprom on chip AT89C8252 (I Only done it with the debbuger simulation and...
  • Problem In simulating Read / Write procedures in eeprom of AT89C8252
    Hi , 1. I have used these code samples ( URL: http://www.keil.com/support/docs/2369.htm ) in order to read and write from eeprom on chip AT89C8252 (I Only done it with the debbuger simulation and...
  • EEPROM simulate in AT89S8252
    Hi, I am using the AT89S8252 uC.I am using the internal EEPROM to store config. data.The problem now is how do I check the contents of the EEPROM during simulation. I tried x:0x0000 but my subroutine...