Posted on May 02, 2007 at 13:17Hi Najoua, I tried your suggested solution, but i got stuck endlessly inside the '' while (!(SR1 & I2C_SB)) I2CCheckError(); '' loop. It seems like reading SR1 frequently while the start is being produced causes the pr...
Posted on April 29, 2007 at 14:17Hi, We are trying to write an I2C driver for the ST10F276 (ST10F276Z5T3 - working at 40Mhz) and we encounterd the following problem: we use the function below to send the start bit, but it doesn't work ( I2CSR1 bit 0...
Posted on May 29, 2006 at 09:28Hello Najoua, my slave device is ST m41T56 Timekeeper SRAM, but i don't think this is the problem since i disconnected the slave and monitored the ST10 I2C ports and i did not see the address bits after the start bit. ...
Posted on May 28, 2006 at 12:06Hello Najoua, thanks for your help, but i'm afraid i didn't make any progress. The commands till the address sending are executed properly(start bit is generated), but when i try to write to the I2CDR register nothing ...