STM32F730R8T6 for USB FS connection ,getting device descriptor failed error and Unknown device detected error . Can anybody help me, what going wrong in my USB configuration. Thanks in advance
LL driver parameters settings as follows., hpcd.Instance = USB_OTG_FS; hpcd.Init.dev_endpoints = 4; //11 hpcd.Init.use_dedicated_ep1 = 0; hpcd.Init.ep0_mps = 0x40; hpcd.Init.dma_enable = 0; hpcd.Init.low_power_enable = 1; hpcd.Init.phy_itface = PCD_P...