STM32F767 USB HS with internal phy and internal USB DMA not working
I'm using STM32F767ZI MCU. I'm trying to use the USB HS device with internal phy (in FS mode), while using the dedicated USB DMA, and it is not working. I'm using CDC (VCP) device class, and the MCU only sends data over the VCP Tx (no data received o...