User Activity

Posted on December 11, 2014 at 14:18Hello friends! I'm using I2C1 on a STM32F103CB, according to AN2824 and reference manual. My goal is to use I2C with lower priority interrupts. For that purpose, i dont use ITBUF, but only ITEVT interrupt. The i2c...
Posted on November 23, 2014 at 15:52Hi all, I want to convert the USB HID MOUSE demonstration example (from the board firmware package) into HIGH SPEED and be able to transfer 128Bytes in a single Xfer. I changed the following places; HID REPORT; RE...