Skip to main content
Visitor II
July 17, 2021
Question

STM32F746 USB MSC Host not working

  • July 17, 2021
  • 1 reply
  • 698 views

I am using STM32F746G-DISCO board.

Configured USB FS in MSC HOST mode.

After connecting the Pendrive, ReqStatus in following part returns USBH_BUSY

  case ENUM_IDLE:

   /* Get Device Desc for only 1st 8 bytes : To get EP0 MaxPacketSize */

   ReqStatus = USBH_Get_DevDesc(phost, 8U);

    This topic has been closed for replies.

    1 reply

    Rohit.1Author
    Visitor II
    July 19, 2021

    Update: Now Application state changes from APPLICATION_START to APPLICATION_READY only if given breakpoint at

    Appli_state = APPLICATION_START; line in usb_host.c file