Hi. I'm trying to migrate from USB FS to HS composite device on STM32H745. FS device (VCP+MSM) works fine, the settings for FIFO are: HAL_PCDEx_SetRxFiFo( &hpcd_USB_OTG_FS, 0x80 ); // RxFIFO: HAL_PCDEx_SetTxFiFo( &hpcd_USB_OTG_FS, 0, 0x40 ); // E...
Thanks for advise, but changing of stack is not very good idea for me. Further investigations have shown, that stuck of netcon_send occurs, when incoming ARP packet is received by LWIP. If i send something to LWIP stack from remote machine LWIP trans...
Hello, I have successfully activated HAL modifications from the head post. LWIP works not bad, but I've met with the strange behaviour with STM32h745. My data exchange freertos thread works through netconn (TCP server) in "pseudo non blocking" mode. ...
Thanks a lot. It was my mistake, when i was writing wrapper for composite device i have defined proper descriptor only for composite FS device, meanwhile descriptor for HS composite was wrong.