NUCLEO-G0B1RE working as a USBPD and USB Host ALL Classes
Hello!
I'm working with NUCLEO-G0B1RE and X-NUCLEO-SNK1M1 boards. I've done the initial setup to work in USBPD and USB_HOST mode, Class Host Supporting ALL Classes in STM32CubeMX.
I haven't modified the generated code, and while debugging the 'USBH_Start()' function, the code remains stuck in the 'HAL_GetTick()' function, specifically in the line 'while ((HAL_GetTick() - tickstart) < wait)'.
Does anyone know why this is happening?
Would it have something to do with the clock system (SysTick)?
I've attached the '.ioc' file for review.
