Skip to main content
thln47
Associate III
December 14, 2015
Question

USB enumeration failed !

  • December 14, 2015
  • 0 replies
  • 500 views
Posted on December 14, 2015 at 17:16

Hi,

\STM32Cube_FW_F3_V1.4.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_core.c (version V2.4.1)

The last update with ''Prepare endpoint for premature end of transfer'' modification doesn't work.

I had to remove these lines to have a correct USB enumation.

        USBD_LL_PrepareReceive (pdev,

                                0,

                                NULL,

                                0);

Is it normal ?????

#usb-bug-stm32
This topic has been closed for replies.