cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746 USB MSC Host not working

Rohit.1
Associate II

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);

1 REPLY 1
Rohit.1
Associate II

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