Posted on May 17, 2011 at 09:36Hi seawwh, many thanks for having found this bug. I have been trying to use the I2C peripheral of my mcu for weeks, but without success. I use the STR912FW44 and on this mcu, the I2C interfaces are located on port 2. I...
Posted on May 17, 2011 at 09:36Hi Steve, I tried your suggestion (check the busy flag before generating the start bit), but still the busy flag would not appear as expected. As this code is part of a bigger project, I started to remove everything bu...
Posted on May 17, 2011 at 09:36Hi stevesky, Thanks a lot for the time you spent in working on this problem. I modified the code according to your suggestions, but I could not manage to have the I2C working. I think my problem must be somewhere else,...
Posted on May 17, 2011 at 09:36Hi Mirou, I tried these examples as well but they do not work. If I do not configure the I2C peripheral, I do not get anything (no start and stop bit). If I configure it as shown in my first post, I have start and stop...
Posted on May 17, 2011 at 09:36Hello, is there anybody who managed to have I2C working properly and could help me? My problem is that only start and stop bit work, but no address or data is sent over the bus. Here is my code: /* I2C Configuration*/ ...