USB SOF PIN?
Posted on April 25, 2014 at 09:06A section of code in the USB host lib 2.0 has been puzzling me for some time now, it is within the USB_OTG_BSP_Init function: /* Configure SOF Pin.*/ // GPIO_InitStructure.GPIO_Pin = HOST_OVRCURR_LINE; // GPIO_Ini...