Skip to main content
Visitor II
May 30, 2022
Question

I'm working with a STM32U575 MCU and want to implement a USB Host Connection. But i miss the MSC Classe Driver Stuff.

  • May 30, 2022
  • 2 replies
  • 1590 views

I want to read/write to/from a USB Stick so i need a Masss Storage Class.

So i set up a CubeMX Project and set the USB_OTG_FS to Host_Only, but there is nothing more then this.

i was checking out the examples and found a lot of stuff for all other MCUs like F4 or H7.

Is there anything i missed? Or has anyone experience on this?

Thanks for the Feedback

    This topic has been closed for replies.

    2 replies

    ST Employee
    May 30, 2022

    Hello @PWeiss​ and welcome to the community,

    Have you looked at these examples under this path:

    "STM32Cube\Repository\STM32Cube_FW_U5_V1.1.0\Projects\STM32U575I-EV\Applications"

    Mohamed Aymen

    PWeissAuthor
    Visitor II
    May 30, 2022

    Hello Mohamed

    Thanks for your feedback.

    yes i saw the applications there, but we are currelty using the Keil RTOS2 in all projects.

    the applications are all based on THREADX and USBX middleware.

    thats why this is not an option for me.

    PWeissAuthor
    Visitor II
    June 7, 2022

    Hi @Mohamed Aymen HZAMI​ 

    Is there a topic on ST side to extend STSW-STM32046 USB on-the-go Host and device library for the Cortex M33?

    Or is there any other solution to implement a MSC Host on the Cortex M33 without the THREADX and USBX middleware?

    Thanks a lot for the feedback.