STM32f103 USB EP3 Interrupt Problem
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...