Is there any example of use for the HS and FS ports independently with the use of RTOS, or without the use of RTOS?
I tried to use the two ports independently, the USB HS with a pendrive (MSC) and the USB FS with a keyboard (HID), but I couldn't.It only works if the ports are treated in sequence, but not in parallel.From what I could see, the HAL libraries are sha...