cancel
Showing results for 
Search instead for 
Did you mean: 

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

PWeiss
Associate II

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

3 REPLIES 3
Mohamed Aymen HZAMI
ST Employee

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

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.

PWeiss
Associate II

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.