Skip to main content
Visitor II
March 12, 2023
Solved

Help for STM32 F767Zi as USB host for mass storage

  • March 12, 2023
  • 4 replies
  • 1606 views

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.

    This topic has been closed for replies.
    Best answer by SBach.4

    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

    4 replies

    Graduate II
    March 12, 2023

    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

    SBach.4Author
    Visitor II
    March 12, 2023

    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?

    Super User
    March 13, 2023

    > 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.

    SBach.4AuthorAnswer
    Visitor II
    March 13, 2023