Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is it possible to use 2x USB Host MSC (Pendrive) and HID (Keyboard) at the same time with this core? #792

Closed
rtek1000 opened this issue Nov 25, 2019 · 3 comments

Comments

@rtek1000
Copy link

I found a project that uses HAL driver (stm32f4xx_ll_usb.c), this driver already seems to be embedded in this core, I would like to know how I can use it this way: HID Host mode FS USB port (to receive commands from a keyboard) and MSC Host mode HS USB port (to access a USB stick). I have a F407VG board. Thank you.

Example found:

main.c:

  • Example has enabled 2 USB ports (FS and HS).
  • On FS port, HID device is expected where you will see on LCD which type is connected.
  • In case of HS port, USB flash key should be connected where text will be written to file!

Source:
https://github.com/MaJerle/stm32fxxx_hal_libraries/tree/master/21-STM32Fxxx_USB_HOST_HID_MSC

@fpistm
Copy link
Member

fpistm commented Nov 26, 2019

Hi @rtek1000
Currently not.
There is no USB host implemented.
The ST USB Host library is available but not used at this time.

@fpistm
Copy link
Member

fpistm commented Nov 28, 2019

I've added USB support request in the USB features request list -->#687

@fpistm fpistm closed this as completed Nov 28, 2019
@rtek1000
Copy link
Author

#1196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants