Hi
I've seen some issues when using USB0 as host and USB1 as device at the same time
USB0 (host) is using OHCI driver
USB1 (device) is using kUSB_ControllerIp3516Hs0, it seems to work when used alone (?)
The main issue seems to be that both tries to use the shared ram at the same address
so the setup of USB1 breaks usb0
i.e.
For usb0 : FSL_FEATURE_USBFSH_USB_RAM_BASE_ADDRESS (0x40100000)
For usb1: FSL_FEATURE_USBHSD_USB_RAM_BASE_ADDRESS 0x40100000)
It is probably a misconfiguration/mistunderstanding from my part,.
Any pointers would be appreciated
Thank you in advance
Tres