How to check the USB connect/disconnect run time?
Hi,We are using STMCubeMX to generate the code for USB-Device Mass Storage class for STM32L4R5 controller.We have to check the usb connect/disconnect status run time.Try to use HAL_PCD_ConnectCallback/HAL_PCD_DisconnectCallback function but never get...