2021-07-17 03:16 AM
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);
2021-07-19 04:23 AM
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