Question
stm32 usb cdc Device Descriptor Request Failed
Posted on June 16, 2016 at 19:19
hi,I am tring to use usb virtual port to transmit data to pc.
MCU:STM32F373 100pinscubemx: usb device fs checkedusb:communication device classPC: windows 10heap size: 0x200stack size :0x400when i plug usb cable to pc,it can not be recognised.In device manager,it shows Device Descriptor Request Failed. ST VCP driver installed. BTW, when I debug it, it could goes into USB_LP_IRQHandler after MX_USB_DEVICE_Init() excuted.thanks.