STM32G0B1 USB Host not working
Hi,
I have an STM32G0B1CBT device on a custom board. MCU is working as I have already coded and tested other peripherals (I2C, UART etc..). I used the STM32CubeMX version 6.13.0 to configure the MCU as a USB host with CDC class following the example shown on this link https://www.youtube.com/watch?v=pC16Aon4crk
The only difference I have is that my device is self powered so I don't need the power pin feature. My issue is that when I connect a device, nothing happens. I placed two break points in the USBH_UserProcess function in the HOST_USER_CLASS_ACTIVE and HOST_USER_CONNECTION cases but execution never reach those states.
Is there any reason for this?
Thanks
