STM32 I2C reading more than 2 bytes
Posted on June 29, 2015 at 16:37 Hi I'm trying to get a STM32F427 working as a I2C master using interrupts and everything is working apart from reading more than 2 bytes. I can write any number of bytes and read 1 or 2 bytes all OK. ...