STM32F746 USB MSC Host not working
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-17 3: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);
Labels:
- Labels:
-
STM32F7 Series
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-19 4: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
