USB mass storage Application State is not changing from START to READY State in STM32F746 Nucleo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-04 10:53 PM - edited ‎2024-03-14 12:25 AM
Hello Guys!
I'm using STM32F746 NUCLEO board for USB Bootloader application. And I'm using CubeMx 6.9.2 for configuring USB device.
when I'm connecting my USB device on CN13 connector and monitoring the Application State in debug ... so its always Staying at APPLICATION_START, Not Changing to APPLICATION_READY state.
I got one article on ST Community in that they suggested to use USB host library V3.5.0 and I tried this library but still its not working.
USB_OTG_FS Settings:
USB_HOST Mode Settings:
FATFS Mode Settings:
Anyone Knows any thing about it please reply.
Solved! Go to Solution.
- Labels:
-
Bug-report
-
FatFS
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-13 5:12 AM
Thanks ST community for not replying...
I solved this issue with my own.
There is issue in USB_HOST_LIBRARY and FATFS libraries. i will suggest to use CubeMX 6.2.1 because in this version USB is working nicely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-13 5:12 AM
Thanks ST community for not replying...
I solved this issue with my own.
There is issue in USB_HOST_LIBRARY and FATFS libraries. i will suggest to use CubeMX 6.2.1 because in this version USB is working nicely.
