USB Host "In" Endpoint limitations in stm32yyxx_ll_usb.c
I'm trying to code a USB host on my stm32h743 board, and I would like more than one active IN endpoint.I'm basing my code on the STM32Cube_FW_L0_V1.12.1 STM32H743I-EVAL application USB_Host CDC_Standalone.I have a modified version of USBH_CDC_Interfa...