User Activity

HiCan anyone please show me an example of a working USB CDC Host sending the SetControlLineState command? This hasn't been implemented in the STM32 HAL drivers/middleware but it should be a simple thing to add.SetControlLineState is used to signal t...
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. ...
Posted on June 25, 2015 at 14:57HiI'm trying to get the STM32F427 I2C module (using I2C2) to communicate with a slave device and when I send a start bit followed by the slave address I can see that the slave device is trying to acknowledge on an osc...