2022-12-06 01:16 AM
I need to configure one USB port as an HID host and the second USB port as an MSE host. Is this setup possible?
2022-12-06 02:45 PM
Yes
2022-12-06 03:15 PM
Hi Pavel,
Thanks for the reply :)
I am using an STM32H743 MCU for this project. I want to connect the USH HS port to a composite HID device (a Ritek keyboard/mouse). I also need to connect the USB FS port to an MSE device (a thumb drive). I therefore need to use the USBH_ firmware.
I have both of these devices working as separate pieces of code, but I don't understand how to configure these two interfaces together.
Do you know of any examples or advice showing the configuration of this type of setup.
Regards,
Bob
2022-12-06 05:41 PM
Hi Bob,
The USB controllers are independent. To use both of them you basically combine the code and data for each one. Of course, this should be done accurately. Devil is in details.
Examples in the ST Cube library: for one, STM32Cube_FW_H7_V1.11.0/Projects/STM32H743I-EVAL/Applications/USB_Host/DualCore_Standalone