2023-03-12 12:00 PM
Hi, I am using STM32 F767Zi and tried this tutorial to use it as an USB host ***. I followed the steps but I always end up in Use Case _USER_CLASS_ACTIVE. I tried different USB devices but it's always the same. Does anyone have an idea how I can solve the problem or how I can look for the problem? Thank you!
Post link deleted to adhere community guidelines.
Solved! Go to Solution.
2023-03-13 11:03 AM
Thank you very much for your help!! I found the solution to my problem at the end here: https://community.st.com/s/question/0D53W000026BISCSA4/stm32f746discovery-usb-host-fs-msc-not-working-application-state-never-go-to-state-application-ready
2023-03-12 01:14 PM
Have ControllersTech support you?
You have a NUCLEO-F767ZI board OR you have a STM32F767I chip on some other board?
Perhaps look a available USB MSC HOST code in theCubeF7 repository for NUCLEO, DISCO, EVAL boards?
STM32Cube_FW_F7_V1.15.0\Projects\STM32F767ZI-Nucleo\Applications\USB_Host\MSC_Standalone
2023-03-12 04:03 PM
Thank you very much for your answer!
No I just used the tutorial of ControllersTech to set up the project.
I have the Nucleo-F767ZI board.
I am so sorry I have to ask, but I can not figure it out; how do I implement the sample code from CubeF7 into Cube Ide?
2023-03-12 06:07 PM
> how do I implement the sample code from CubeF7 into Cube Ide?
Just use the CubeIDE feature, "import example project". Read the fine CubeIDE manual for details. Make sure to update CubeIDE and the CubeFW_F7 package.
2023-03-13 11:03 AM
Thank you very much for your help!! I found the solution to my problem at the end here: https://community.st.com/s/question/0D53W000026BISCSA4/stm32f746discovery-usb-host-fs-msc-not-working-application-state-never-go-to-state-application-ready