• Simulating an I2C master
    I am developing an application that functions as an I2C slave. To test it, I am trying to write a debug function to simulate the I2C master. With what I have so far, I successfully start I2C communication...
  • I2C Simulation Error
    Sorry for the previous empty msg!. I am now having a problem simulating talking to an I2C device PCF8575, my main program works corrrectly with hardware so i know its doing the right thing but if i debug...
  • i2c simulator interrupt problem
    For the STM32F101 uC, the reference manual states that an interrupt is generated on I2C whenever the ADDR bit is set in Master mode, after the uC sends and address and it is acknowledged by the slave...
  • Debug I2C simulation
    Hi I want to simulate the I2C, and find this example // Simulation of I2C Memory (Slave) MAP 0x010000, 0x01FFFF READ WRITE; signal void I2CMEMORY (void) { unsigned long adr; SADR = 0x54; adr...
  • 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...