User Activity

Posted on October 02, 2013 at 00:41 I have an application that uses both USB (device) and I2C (master). Running either the USB or the I2C alone works fine, but when they are both running together about every 300 USB transfers results in a stall o...
Posted on October 01, 2013 at 01:50I am trying to configure the STM32F103 to be a device on the USB. I used the Virtual_COM_Port as a starting point. My USB config is as follows:-ep0=control-ep1=bulk OUT-ep2=bulk IN-ep3=interruptEP0, EP1 and EP2 see...