• 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...
  • I2C Simulation
    Hi, I’m designing a micro system on an ADuC842 with I2C communications between ICs. I using Keil to design and debug my code but I’m having trouble interpreting the display from the I2C interface window...
  • 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 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...
  • XC161CJ and I2C
    Hi Everybody, I'm experimenting with Infineon's XC161CJ-controller on an Infineon SK-XC16x starter kit. Most of my routines work now, except the I2C-routines. Sending of data works OK, but the errors...