STM32L4 USB Connectivity
Hello everyone.
I am running into a USB Host <--> Device connectivity issue.
I have 2 STM32L496 MCUs, one as Host and other as Device.
I cannot get the CDC connectivity to work for some reason. The connections are as follows:
D+ <> D+, D- <>D-, GND<>GND.
I have VBUS, SOF and NOE disabled.
CubeMX forces to set Drive_VBUS as well over a GPIO, however, I am not using that in my circuit. Even though it is a recommendation in USB connectivity in AN4879, I believe it is possible for a simple connectivity without it as well. Would this be a wrong assumption (and hence the culprit)?
As a connection stability, I tested both MCUs individually as Devices, connecting to my PC and it sent data over USB just fine.
The attached code has NucleoL496 as the host.
Would appreciate your support.

