Posted on May 17, 2011 at 12:43I'm using 7 bit addressing mode so one byte should be enough. The main problem is that the SDA line sends it's bits on the rising flank of SCL, but I need it to send it on the falling edge.
Posted on May 17, 2011 at 12:43I'm trying to use the I2C with a m24c64-wmn6 EERPOM. I'm using pb8 and pb9 for I2C output, so I've remapped the peripheral to these pins. The START command works fine, but when I send the Address, the ADDR bit is never...
Posted on May 17, 2011 at 12:23Not using the firmware. I like a good challenge :) But it worked perfectly. In my case: Scb.AIRCR.all = 0x05FA0000 | (u32)0x04; Thanks!