You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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:
Source:
https://github.com/MaJerle/stm32fxxx_hal_libraries/tree/master/21-STM32Fxxx_USB_HOST_HID_MSC
The text was updated successfully, but these errors were encountered: