Affordable and flexible platform to ease prototyping using a STM32F401RET6 microcontroller.

Repeated Start of I2C does not work.

15 May 2014

To read data with repeated start condition. like this.

i2c.write(ADR,buf,1,true); i2c.read(ADR,buf,1);

mbed NXP LPC1768 works this.

20 May 2014

Hello,

Can you please try with the mbed v84 and let us know if you still have the same problem ?

Thanks.

20 May 2014

Hi,

I confirmed to fix this problem with the mbed version 84.

Thanks a lot.

03 Aug 2014

same issue