I'm working with a STM32U575 MCU and want to implement a USB Host Connection.
But i miss the MSC Classe Driver Stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-05-29 11:36 PM
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
- Labels:
-
STM32U5 series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-05-30 3:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-05-30 3:56 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-07 3:45 AM
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.
