STM32F746-DISCOVERY. USB HOST FS MSC not working. Application state never go to state "APPLICATION READY"
Hello,
I am working on a project with an STM32F746BGT6. I am supposed to read a binary file on an USB key. I have a code with USB OTG-FS working on STM32F4, but not with a F7. The variable "Appli_state" is never changed to "APPLICATION_READY" which unable the code to continue.
So I tried a STM32 example on the discovery board STM32F746. This example is the MSC_Standalone USB Host Mass Storage (MSC) application.
I connected the usb key on connector CN13, which is the connector for FS.
I started the program and got the same problem as above. I tried with an USB key FAT32 and FAT16. The only steps that are executed correctly are
- linking the usb driver
- mounting the usb key.
As it is an example code from ST, i guess it is supposed to work.
Does anyone had a similar problem?
Thank you for any idea.
Best regards.
