• 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...
  • I2C interrupts
    This is the example code i used for the simulation in keil. after runs the simulation, the status reg changes to 0x08, but not entering to interrupt service routine. #include <LPC21xx.H> unsigned...
  • I2C Interrupts
    Hello Guys, I was able to accomplish the I2C Interrupts ; When I created a separate project for I2C Interrupts I was able to read all the data on req addresses but later when I integrated the I2C...
  • I2C INTERRUPTS
    Hello People, I have a just got a small problem with I2C Interrupt . The I2DAT Register is reading only one memory location 0x00 from my slave always. My slave has data from 0x00 to 0x24 memory...
  • 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...