How to enable 3 USB ports on STM32MP1
According to different STM32MP1 documentation such as STM32MP1-Peripheral-USB_Host_interface_USBH or STM32MP1-Peripheral-USB-On-The-Go-Full-and-HighSpeed-interface presentation there is two USB phy, one dual port HS phy and one single port FS phy.
In my understanding I should be able to enable 3 USB host port, two HS and one FS.
I am using the STM32CubeMX tool but I am unable to enable such 3 ports. I am able to enable two HS port but I am unable to enable OTG port. If I disable one HS port I am able to enable OTG port. So it seems STM32CubeMX allows to enable only two ports at the same time.
Is this an issue of STM32CubeMX or it's a real limitation of the chip ?
Note, I have tried with different package with the same results
Many thanks in advance for any help
