STM32MP157 USBOTG core register GRSTCTL_CSFTRST is not auto-clearing itself
I am trying to use the USB OTG in host mode, but it kept giving me the famous HANG! Soft Reset timeout GRSTCTL_CSFTRST error.According to the datasheet, when we set the register, it should reset the core but also clear itself but the following condi...