Electronics > Microcontrollers
USB Host Stack for Zephyr
(1/1)
unscripted:
So Zephyr does not currently support a USB Host stack for Mass Storage Class which I need for my STM32 project. Has anyone worked in porting other stacks like TinyUSB to Zephyr? Or STM32Cube USB Host Library? Any recommendations?
voltsandjolts:
Zephyr has a new experimental usb stack which includes mass storage support.
https://docs.zephyrproject.org/latest/connectivity/usb/device_next/usb_device.html
https://docs.zephyrproject.org/latest/samples/subsys/usb/mass/README.html#usb-mass
unscripted:
--- Quote from: voltsandjolts on November 12, 2024, 03:06:28 pm ---Zephyr has a new experimental usb stack which includes mass storage support.
https://docs.zephyrproject.org/latest/connectivity/usb/device_next/usb_device.html
https://docs.zephyrproject.org/latest/samples/subsys/usb/mass/README.html#usb-mass
--- End quote ---
AFAIK, that's USB Device support, not USB Host.
--- Quote ---This sample app demonstrates use of a USB Mass Storage driver by the Zephyr project. This very simple driver enumerates a board with either RAM or FLASH into an USB disk.
--- End quote ---
Which I think it is not what I'm looking for. I'm looking to enumerate an external USB flash drive.
voltsandjolts:
Sorry, I skim read your first post and missed the keyword 'host'. Twice. My bad.
Navigation
[0] Message Index
Go to full version